[Mlir-commits] [mlir] [mlir][tensor][bufferization] Preserve memory space for tensor.concat (PR #213528)
Hyunjun Shin
llvmlistbot at llvm.org
Sun Aug 23 05:13:27 PDT 2026
Bammuri wrote:
I investigated build 20506.
The failure occurred on the AArch64 MSan builder while compiling
`clang/unittests/ScalableStaticAnalysis/Analyses/PointerFlow/PointerFlowWPATest.cpp`.
The MSan-instrumented `clang++` crashed while parsing
`llvm/include/llvm/TargetParser/AtomicScope.h:102`.
This appears unrelated to the MLIR Tensor/Bufferization files changed by this PR.
The next builder run, build 20507, completed successfully, so I don't believe
this failure was caused by this change and don't think a revert is needed.
https://github.com/llvm/llvm-project/pull/213528
More information about the Mlir-commits
mailing list