[llvm] 170b70b - [RISCV] Replace (XLenVT (VLOp GPR:$vl)) with VLOpFrag
Jim Lin via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 4 21:48:12 PDT 2021
Author: Jim Lin
Date: 2021-06-05T12:49:31+08:00
New Revision: 170b70b74b53049648b8c2901e12825d5b1ea930
URL: https://github.com/llvm/llvm-project/commit/170b70b74b53049648b8c2901e12825d5b1ea930
DIFF: https://github.com/llvm/llvm-project/commit/170b70b74b53049648b8c2901e12825d5b1ea930.diff
LOG: [RISCV] Replace (XLenVT (VLOp GPR:$vl)) with VLOpFrag
This is for D100288 to reduce the changes.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D103682
Added:
Modified:
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
index 75cdefd461fb..e597d5ca1789 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
@@ -2309,7 +2309,7 @@ class VPatTiedBinaryMask<string intrinsic_name,
(result_type result_reg_class:$merge),
(op2_type op2_kind:$rs2),
(mask_type V0),
- (XLenVT (VLOp GPR:$vl)))),
+ VLOpFrag)),
(!cast<Instruction>(inst#"_MASK_TIED")
(result_type result_reg_class:$merge),
(op2_type op2_kind:$rs2),
More information about the llvm-commits
mailing list