Resolve lit failures in clang-aarch64*

This commit is contained in:
hyeongyu kim 2022-01-16 23:02:55 +09:00
parent 9a0e6b2abd
commit 4608b1d726
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@
void lambdas() {
int i = 1;
// LMBGEN-LABEL: define internal{{( [0-9_a-z]*cc)?( noundef zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"(
// LMBUSE-LABEL: define internal{{( [0-9_a-z]*cc)?( noundef zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"(
// LMBGEN-LABEL: define internal{{( [0-9_a-z]*cc)?( noundef)?( zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"(
// LMBUSE-LABEL: define internal{{( [0-9_a-z]*cc)?( noundef)?( zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"(
// LMBGEN: store {{.*}} @[[LFC]], i32 0, i32 0
auto f = [&i](int k) {
// LMBGEN: store {{.*}} @[[LFC]], i32 0, i32 1