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 eb7cbea commit cc14e92Copy full SHA for cc14e92
mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp
@@ -226,7 +226,7 @@ struct BitCastBitsEnumerator {
226
227
} // namespace
228
229
-static raw_ostream &operator<<(raw_ostream &os,
+[[maybe_unused]] static raw_ostream &operator<<(raw_ostream &os,
230
const SmallVector<SourceElementRangeList> &vec) {
231
for (const auto &l : vec) {
232
for (auto it : llvm::enumerate(l)) {
0 commit comments