[Mlir-commits] [mlir] [mlir][vector] Fix invalid IR in `RewriteBitCastOfTruncI` (PR #78146)
Han-Chung Wang
llvmlistbot at llvm.org
Mon Jan 15 16:54:43 PST 2024
================
@@ -664,8 +664,8 @@ struct BitCastRewriter {
} // namespace
-[[maybe_unused]] static raw_ostream &operator<<(raw_ostream &os,
- const SmallVector<SourceElementRangeList> &vec) {
+[[maybe_unused]] static raw_ostream &
+operator<<(raw_ostream &os, const SmallVector<SourceElementRangeList> &vec) {
----------------
hanhanW wrote:
unrelated changes?
https://github.com/llvm/llvm-project/pull/78146
More information about the Mlir-commits
mailing list