[PATCH] D103682: [RISCV] Replace (XLenVT (VLOp GPR:$vl)) with VLOpFrag
Jim Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 4 21:48:23 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG170b70b74b53: [RISCV] Replace (XLenVT (VLOp GPR:$vl)) with VLOpFrag (authored by Jim).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103682/new/
https://reviews.llvm.org/D103682
Files:
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
Index: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
===================================================================
--- llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+++ llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
@@ -2309,7 +2309,7 @@
(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),
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103682.350019.patch
Type: text/x-patch
Size: 633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210605/e8684ba5/attachment.bin>
More information about the llvm-commits
mailing list