We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24deedd commit 1ca0a8eCopy full SHA for 1ca0a8e
clang/utils/TableGen/RISCVVEmitter.cpp
@@ -167,7 +167,6 @@ static VectorTypeModifier getTupleVTM(unsigned NF) {
167
static_cast<uint8_t>(VectorTypeModifier::Tuple2) + (NF - 2));
168
}
169
170
-
171
static unsigned getIndexedLoadStorePtrIdx(const RVVIntrinsic *RVVI) {
172
// We need a special rule for segment load/store since the data width is not
173
// encoded in the instrinsic name itself.
0 commit comments