[Mlir-commits] [mlir] [mlir][vector] Fix invalid IR in `RewriteBitCastOfTruncI` (PR #78146)

Han-Chung Wang llvmlistbot at llvm.org
Tue Jan 16 00:42:36 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:

okay, that's probably fine.

https://github.com/llvm/llvm-project/pull/78146


More information about the Mlir-commits mailing list