mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
[RISCV][NFC] Replace redundant code with VLOpFrag
Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D121783
This commit is contained in:
parent
cb96464f12
commit
b26abcad81
@ -3357,7 +3357,7 @@ multiclass VPatNullaryV<string intrinsic, string instruction>
|
||||
multiclass VPatNullaryM<string intrinsic, string inst> {
|
||||
foreach mti = AllMasks in
|
||||
def : Pat<(mti.Mask (!cast<Intrinsic>(intrinsic)
|
||||
(XLenVT (VLOp (XLenVT (XLenVT GPR:$vl)))))),
|
||||
VLOpFrag)),
|
||||
(!cast<Instruction>(inst#"_M_"#mti.BX)
|
||||
GPR:$vl, mti.Log2SEW)>;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user