[PATCH] D12484: [JumpThreading] make jump threading respect convergent annotation.
Jingyue Wu via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 30 16:46:35 PDT 2015
jingyue accepted this revision.
This revision is now accepted and ready to land.
================
Comment at: test/Transforms/JumpThreading/basic.ll:516
@@ -515,1 +515,3 @@
+; CHECK: define void @h_con(i32 %p) {
+define void @h_con(i32 %p) {
----------------
s/CHECK/CHECK-LABEL
Repository:
rL LLVM
http://reviews.llvm.org/D12484
More information about the llvm-commits
mailing list