[PATCH] D31851: [PowerPC] Eliminate compares - add handling for logical operations without the use of condition registers

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 15:52:21 PDT 2017


nemanjai marked 8 inline comments as done.
nemanjai added inline comments.


================
Comment at: lib/Target/PowerPC/PPCISelDAGToDAG.cpp:3207
+      return;
+  }
   case ISD::ADD: {
----------------
echristo wrote:
> fallthrough?
Ah good catch. I missed that. Thanks.


Repository:
  rL LLVM

https://reviews.llvm.org/D31851





More information about the llvm-commits mailing list