diff options
author | Thurston Dang <thurston@google.com> | 2025-10-08 05:38:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-08 05:38:17 +0000 |
commit | a1f9ad2a38a6a5a8b38918e0d18c6b5672e44892 (patch) | |
tree | 8ad58f75f8832fb5b99dacf8d9ac38a0ab69473a /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 3bec46ff95888c537dabbf19895d48e3f0eb7b35 (diff) | |
download | llvm-a1f9ad2a38a6a5a8b38918e0d18c6b5672e44892.zip llvm-a1f9ad2a38a6a5a8b38918e0d18c6b5672e44892.tar.gz llvm-a1f9ad2a38a6a5a8b38918e0d18c6b5672e44892.tar.bz2 |
[SPARC] Fix-forward #154950 by returning true if SP::V8BAR is handled (#162424)
Use-after-poison happens because after SP::V8BAR is handled, it erases
MI, which therefore should not be inspected by `ExpandPostRA::run()`.
This fixes a buildbot-reported issue from #154950
(https://lab.llvm.org/buildbot/#/builders/24/builds/13433).
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions