[llvm] Reland "[SelectionDAG] Introducing a new ISD::POISON SDNode to represent the poison value in the IR." (PR #135056)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 22 02:00:17 PDT 2025
mstorsjo wrote:
FYI, for reference, I've bisected a very elusive and tricky crash down to this commit, when compiling with Clang on Windows/arm64. Unfortunately the crash isn't fully deterministic and seems dependent on what version of Clang I'm using to build Clang, so it's not clear cut what's the root cause. But posting here in case someone else also investigates and looks at bisects that point at this commit.
https://github.com/llvm/llvm-project/pull/135056
More information about the llvm-commits
mailing list