[PATCH] D20173: [InstCombine] Avoid combining the bitcast of a var that is used as both address and result of the same load instruction
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Wed May 11 11:01:31 PDT 2016
majnemer accepted this revision.
majnemer added a comment.
This revision is now accepted and ready to land.
LGTM with nits addressed.
================
Comment at: test/Transforms/InstCombine/pr27703.ll:15
@@ +14,3 @@
+ ret void
+; CHECK: bitcast
+}
----------------
Can you check the load and the phi too?
http://reviews.llvm.org/D20173
More information about the llvm-commits
mailing list