forked from OSchip/llvm-project
[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
This commit is contained in:
parent
d123e983b3
commit
170b70b74b
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue