Skip to content

Commit 3c767b9

Browse files
committed
[RISCV] Correct types in tablegen multiclasses found by D95874.
1 parent 526c095 commit 3c767b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def SDTRVVVecReduce : SDTypeProfile<1, 2, [
5252
foreach kind = ["ADD", "UMAX", "SMAX", "UMIN", "SMIN", "AND", "OR", "XOR"] in
5353
def rvv_vecreduce_#kind : SDNode<"RISCVISD::VECREDUCE_"#kind, SDTRVVVecReduce>;
5454

55-
multiclass VPatUSLoadStoreSDNode<LLVMType type,
55+
multiclass VPatUSLoadStoreSDNode<ValueType type,
5656
int sew,
5757
LMULInfo vlmul,
5858
OutPatFrag avl,

0 commit comments

Comments
 (0)