File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2100,15 +2100,13 @@ void RISCVDAGToDAGISel::Select(SDNode *Node) {
2100
2100
// Establish the correct scalable-vector types for any fixed-length type.
2101
2101
if (SubVecVT.isFixedLengthVector ()) {
2102
2102
SubVecContainerVT = TLI.getContainerForFixedLengthVector (SubVecVT);
2103
- #ifndef NDEBUG
2104
2103
TypeSize VecRegSize = TypeSize::getScalable (RISCV::RVVBitsPerBlock);
2105
2104
[[maybe_unused]] bool ExactlyVecRegSized =
2106
2105
Subtarget->expandVScale (SubVecVT.getSizeInBits ())
2107
2106
.isKnownMultipleOf (Subtarget->expandVScale (VecRegSize));
2108
2107
assert (isPowerOf2_64 (Subtarget->expandVScale (SubVecVT.getSizeInBits ())
2109
2108
.getKnownMinValue ()));
2110
2109
assert (Idx == 0 && (ExactlyVecRegSized || V.isUndef ()));
2111
- #endif
2112
2110
}
2113
2111
MVT ContainerVT = VT;
2114
2112
if (VT.isFixedLengthVector ())
You can’t perform that action at this time.
0 commit comments