[llvm] using UNDEF SDNode instead of Constant SDNode when extend the UNDEF SDNode (PR #122741)
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 20 13:46:45 PST 2025
hubert-reinterpretcast wrote:
> but according to the https://releases.llvm.org/11.0.0/docs/LangRef.html#poison-values
The "up-to-date" version of the document is here: https://llvm.org/docs/LangRef.html#poison-values.
It indicates that `poison` can be used like a constant.
https://github.com/llvm/llvm-project/pull/122741
More information about the llvm-commits
mailing list