forked from OSchip/llvm-project
[RISCV] Correct types in tablegen multiclasses found by D95874.
This commit is contained in:
parent
526c0955c0
commit
3c767b96dc
|
|
@ -52,7 +52,7 @@ def SDTRVVVecReduce : SDTypeProfile<1, 2, [
|
||||||
foreach kind = ["ADD", "UMAX", "SMAX", "UMIN", "SMIN", "AND", "OR", "XOR"] in
|
foreach kind = ["ADD", "UMAX", "SMAX", "UMIN", "SMIN", "AND", "OR", "XOR"] in
|
||||||
def rvv_vecreduce_#kind : SDNode<"RISCVISD::VECREDUCE_"#kind, SDTRVVVecReduce>;
|
def rvv_vecreduce_#kind : SDNode<"RISCVISD::VECREDUCE_"#kind, SDTRVVVecReduce>;
|
||||||
|
|
||||||
multiclass VPatUSLoadStoreSDNode<LLVMType type,
|
multiclass VPatUSLoadStoreSDNode<ValueType type,
|
||||||
int sew,
|
int sew,
|
||||||
LMULInfo vlmul,
|
LMULInfo vlmul,
|
||||||
OutPatFrag avl,
|
OutPatFrag avl,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue