From 170b70b74b53049648b8c2901e12825d5b1ea930 Mon Sep 17 00:00:00 2001 From: Jim Lin Date: Sat, 5 Jun 2021 12:49:14 +0800 Subject: [PATCH] [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 --- llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td index 75cdefd..e597d5c 100644 --- a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td +++ b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td @@ -2309,7 +2309,7 @@ class VPatTiedBinaryMask(inst#"_MASK_TIED") (result_type result_reg_class:$merge), (op2_type op2_kind:$rs2), -- 2.7.4