[PATCH] D17663: [JumpThreading] See through Cast Instructions
Geoff Berry via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 14 10:52:28 PDT 2016
gberry added a comment.
This LGTM as well, with the one minor comment request.
This code doesn't seem to have an owner, so I don't know if there is someone else who can more authoritatively approve it.
================
Comment at: test/Transforms/JumpThreading/basic.ll:514
@@ -513,1 +513,3 @@
+define i32 @test17(i1 %cond) {
+Entry:
----------------
Can you add a comment explaining what this test is checking for?
Repository:
rL LLVM
http://reviews.llvm.org/D17663
More information about the llvm-commits
mailing list