[llvm] [DAG] isGuaranteedNotToBeUndefOrPoison - ISD::LOAD nodes are not poison if the LoadSDNode is known to be dereferenceable (PR #160884)
Nuno Lopes via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 26 06:58:13 PDT 2025
nunoplopes wrote:
If we are talking about the result of a load (as it seems, but I'm not an expert in SDAG), then it can be poison or undef. The patch doesn't look right.
https://github.com/llvm/llvm-project/pull/160884
More information about the llvm-commits
mailing list