[PATCH] D34048: [PowerPC] Eliminate compares - add i32 sext/zext handling for SETLE/SETGE

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 00:16:17 PDT 2017


nemanjai added inline comments.


================
Comment at: lib/Target/PowerPC/PPCISelDAGToDAG.cpp:2868
+
+  assert(Is32Bit && "Should have handled the 32-bit sequences above above.");
+  // For 32-bit sequences, the extensions differ between GE/LE cases.
----------------
OK, I realize this shouldn't have been handled "above above". The commit will have just one "above". :)


Repository:
  rL LLVM

https://reviews.llvm.org/D34048





More information about the llvm-commits mailing list