[PATCH] D25221: [PPC][DAGCombine] Convert SETCC to subtract when the result is zero extended
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 3 10:39:24 PDT 2016
nemanjai added inline comments.
================
Comment at: lib/Target/PowerPC/PPCISelLowering.cpp:9925
+// codegen purposes and has some flags to guide the codegen process.
+static SDValue GenerateEquivalentSub(SDNode *N, int Size, bool Complement,
+ bool Swap, SDLoc &DL, SelectionDAG &DAG) {
----------------
s/GenerateEquivalentSub/generateEquivalentSub
https://reviews.llvm.org/D25221
More information about the llvm-commits
mailing list