File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21555,10 +21555,10 @@ bool RISCVTargetLowering::splitValueIntoRegisterParts(
21555
21555
21556
21556
if (ValueVT.isRISCVVectorTuple() && PartVT.isRISCVVectorTuple()) {
21557
21557
unsigned ValNF = ValueVT.getRISCVVectorTupleNumFields();
21558
- unsigned ValLMUL =
21558
+ [[maybe_unused]] unsigned ValLMUL =
21559
21559
divideCeil(ValueVT.getSizeInBits(), ValNF * RISCV::RVVBitsPerBlock);
21560
21560
unsigned PartNF = PartVT.getRISCVVectorTupleNumFields();
21561
- unsigned PartLMUL =
21561
+ [[maybe_unused]] unsigned PartLMUL =
21562
21562
divideCeil(PartVT.getSizeInBits(), PartNF * RISCV::RVVBitsPerBlock);
21563
21563
assert(ValNF == PartNF && ValLMUL == PartLMUL &&
21564
21564
"RISC-V vector tuple type only accepts same register class type "
You can’t perform that action at this time.
0 commit comments