[RISCV] Replace (XLenVT (VLOp GPR:$vl)) with VLOpFrag
authorJim Lin <jim@andestech.com>
Sat, 5 Jun 2021 04:49:14 +0000 (12:49 +0800)
committerJim Lin <jim@andestech.com>
Sat, 5 Jun 2021 04:49:31 +0000 (12:49 +0800)
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

index 75cdefd..e597d5c 100644 (file)
@@ -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),