[PATCH] D29937: [RISCV 15/n] Implement lowering of ISD::SELECT_CC
Dylan McKay via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 11:52:01 PDT 2017
dylanmckay added inline comments.
================
Comment at: lib/Target/RISCV/RISCVISelLowering.cpp:101
+SDValue RISCVTargetLowering::lowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const {
+ SDValue LHS = Op.getOperand(0);
----------------
Over 80 char limit
https://reviews.llvm.org/D29937
More information about the llvm-commits
mailing list