Skip to content

Commit 1ca0a8e

Browse files
committed
fixup! [clang][RISCV] Correct the SEW operand of indexed/fault only first segment intrinsics
1 parent 24deedd commit 1ca0a8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/utils/TableGen/RISCVVEmitter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ static VectorTypeModifier getTupleVTM(unsigned NF) {
167167
static_cast<uint8_t>(VectorTypeModifier::Tuple2) + (NF - 2));
168168
}
169169

170-
171170
static unsigned getIndexedLoadStorePtrIdx(const RVVIntrinsic *RVVI) {
172171
// We need a special rule for segment load/store since the data width is not
173172
// encoded in the instrinsic name itself.

0 commit comments

Comments
 (0)