[PATCH] D117378: [RISCV] [NFC] Add a function to customLegalizeToWOp by Intrinsic
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 14 23:04:13 PST 2022
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM with that one comment
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:5779
+static SDValue customLegalizeToWOpByIntr(SDNode *N, SelectionDAG &DAG,
+ unsigned IntNo) {
+ SDLoc DL(N);
----------------
This line needs to be reformatted to decrease indentation after the rename.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117378/new/
https://reviews.llvm.org/D117378
More information about the llvm-commits
mailing list