[Mlir-commits] [mlir] [mlir][vector] Fix invalid IR in `RewriteBitCastOfTruncI` (PR #78146)
Matthias Springer
llvmlistbot at llvm.org
Mon Jan 15 23:53:01 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) {
----------------
matthias-springer wrote:
looks like `clang-format` did this
https://github.com/llvm/llvm-project/pull/78146
More information about the Mlir-commits
mailing list