[PATCH] D12249: Remove the final bit test during lowering switch statement if all cases in bit test cover a contiguous range.
Cong Hou via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 13:50:39 PDT 2015
congh added inline comments.
================
Comment at: test/CodeGen/X86/switch.ll:144
@@ +143,3 @@
+ i32 8, label %bb2
+ ]
+bb0: tail call void @g(i32 0) br label %return
----------------
Removed. Thanks!
http://reviews.llvm.org/D12249
More information about the llvm-commits
mailing list