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 8462dfb commit c8ec9bcCopy full SHA for c8ec9bc
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