[PATCH] D117378: [RISCV] [NFC] Add a function to customLegalizeToWOp by Intrinsic
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 14 23:51:46 PST 2022
benshi001 added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:5779
+static SDValue customLegalizeToWOpByIntr(SDNode *N, SelectionDAG &DAG,
+ unsigned IntNo) {
+ SDLoc DL(N);
----------------
craig.topper wrote:
> This line needs to be reformatted to decrease indentation after the rename.
I will correct that format issue when help him commiting.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117378/new/
https://reviews.llvm.org/D117378
More information about the llvm-commits
mailing list