Skip to content
Snippets Groups Projects
Commit 8fa1f062 authored by Keith Walker's avatar Keith Walker
Browse files

Fix Profile:cxx-lambda.cpp test for targets that do not generate zeroext

Change an expected match to allow for the fact that some targets
may not generated the zeroext operation.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206467 91177308-0d34-0410-b5e6-96231b3b80d8
parent e2c47609
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@
void lambdas() {
int i = 1;
// LMBGEN-LABEL: define internal zeroext i1 @"_ZZ7lambdasvENK3$_0clEi"(
// LMBUSE-LABEL: define internal zeroext i1 @"_ZZ7lambdasvENK3$_0clEi"(
// LMBGEN-LABEL: define internal{{( zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"(
// LMBUSE-LABEL: define internal{{( zeroext)?}} i1 @"_ZZ7lambdasvENK3$_0clEi"(
// LMBGEN: store {{.*}} @[[LFC]], i64 0, i64 0
auto f = [&i](int k) {
// LMBGEN: store {{.*}} @[[LFC]], i64 0, i64 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment