[clang] 19c7698 - Fix bot failure from 59733525d37cf9ad88b5021b33ecdbaf2e18911c
Teresa Johnson via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 23 16:34:51 PST 2020
Author: Teresa Johnson
Date: 2020-01-23T16:34:34-08:00
New Revision: 19c76989bb505c3117730c47df85fd3800ea2767
URL: https://github.com/llvm/llvm-project/commit/19c76989bb505c3117730c47df85fd3800ea2767
DIFF: https://github.com/llvm/llvm-project/commit/19c76989bb505c3117730c47df85fd3800ea2767.diff
LOG: Fix bot failure from 59733525d37cf9ad88b5021b33ecdbaf2e18911c
Fix bot failure by loosening up the register matching on new test:
http://lab.llvm.org:8011/builders/clang-x86_64-debian-new-pass-manager-fast/builds/2423
Added:
Modified:
clang/test/CodeGenCXX/thinlto-distributed-type-metadata.cpp
Removed:
################################################################################
diff --git a/clang/test/CodeGenCXX/thinlto-distributed-type-metadata.cpp b/clang/test/CodeGenCXX/thinlto-distributed-type-metadata.cpp
index 7e1cedffde6d..a6c0da2e4c3c 100644
--- a/clang/test/CodeGenCXX/thinlto-distributed-type-metadata.cpp
+++ b/clang/test/CodeGenCXX/thinlto-distributed-type-metadata.cpp
@@ -22,7 +22,7 @@
// OPT-NOT: call void @llvm.assume
// We should have only one @llvm.assume call, the one that was expanded
// from the builtin in the IR below, not the one fed by the type test.
-// OPT: %cmp = icmp ne %struct.A* %0, null
+// OPT: %cmp = icmp ne %struct.A* %{{.*}}, null
// OPT: void @llvm.assume(i1 %cmp)
// Check after the builtin assume again that we don't have a type test assume
// sequence.
More information about the cfe-commits
mailing list