[polly] r259693 - test: make test case more robust against removal of unrelated instructions
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 3 13:10:11 PST 2016
Author: grosser
Date: Wed Feb 3 15:10:11 2016
New Revision: 259693
URL: http://llvm.org/viewvc/llvm-project?rev=259693&view=rev
Log:
test: make test case more robust against removal of unrelated instructions
Modified:
polly/trunk/test/Isl/CodeGen/large-numbers-in-boundary-context.ll
Modified: polly/trunk/test/Isl/CodeGen/large-numbers-in-boundary-context.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/Isl/CodeGen/large-numbers-in-boundary-context.ll?rev=259693&r1=259692&r2=259693&view=diff
==============================================================================
--- polly/trunk/test/Isl/CodeGen/large-numbers-in-boundary-context.ll (original)
+++ polly/trunk/test/Isl/CodeGen/large-numbers-in-boundary-context.ll Wed Feb 3 15:10:11 2016
@@ -4,7 +4,7 @@
; we will check that we use an appropriaty typed constant, here with 65 bits.
; An alternative would be to bail out early but that would not be as easy.
;
-; CHECK: %13 = icmp sge i65 %12, -9223372036854775809
+; CHECK: {{.*}} = icmp sge i65 {{.*}}, -9223372036854775809
;
; CHECK: polly.start
;
More information about the llvm-commits
mailing list