[PATCH] D18841: [InstCombine] Canonicalize icmp instructions based on dominating conditions.

Balaram Makam via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 28 06:00:12 PDT 2016


bmakam marked 3 inline comments as done.

================
Comment at: lib/Transforms/InstCombine/InstCombineCompares.cpp:118
@@ +117,3 @@
+/// Given an icmp instruction, return true if any use of this comparison is a
+/// branch on sign bit comparison.
+static bool isBranchOnSignBitCheck(ICmpInst &I, bool isSignBit) {
----------------
Right, I have corrected the comment.


http://reviews.llvm.org/D18841





More information about the llvm-commits mailing list