[PATCH] D147120: [RISCV][NFC] Fix ident in RISCVISelLowering.h.
Yeting Kuo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 29 01:11:21 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5cb4619a1f56: [RISCV][NFC] Fix ident in RISCVISelLowering.h. (authored by fakepaper56).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147120/new/
https://reviews.llvm.org/D147120
Files:
llvm/lib/Target/RISCV/RISCVISelLowering.h
Index: llvm/lib/Target/RISCV/RISCVISelLowering.h
===================================================================
--- llvm/lib/Target/RISCV/RISCVISelLowering.h
+++ llvm/lib/Target/RISCV/RISCVISelLowering.h
@@ -241,11 +241,11 @@
VFCVT_X_F_VL,
VFCVT_XU_F_VL,
VFROUND_NOEXCEPT_VL,
- VFCVT_RM_X_F_VL, // Has a rounding mode operand.
+ VFCVT_RM_X_F_VL, // Has a rounding mode operand.
VFCVT_RM_XU_F_VL, // Has a rounding mode operand.
SINT_TO_FP_VL,
UINT_TO_FP_VL,
- VFCVT_RM_F_X_VL, // Has a rounding mode operand.
+ VFCVT_RM_F_X_VL, // Has a rounding mode operand.
VFCVT_RM_F_XU_VL, // Has a rounding mode operand.
FP_ROUND_VL,
FP_EXTEND_VL,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147120.509243.patch
Type: text/x-patch
Size: 675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230329/99fd6a4c/attachment.bin>
More information about the llvm-commits
mailing list