[llvm] Introducing a new ISD::POISON SDNode to represent the poison value in the IR. (PR #125883)
Amy Kwan via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 26 10:32:57 PDT 2025
================
@@ -6259,6 +6262,7 @@ SDValue SelectionDAG::getNode(unsigned Opcode, const SDLoc &DL, EVT VT,
if (N1.isUndef())
// sext(undef) = 0, because the top bits will all be the same.
return getConstant(0, DL, VT);
+
----------------
amy-kwan wrote:
Unrelated line change?
https://github.com/llvm/llvm-project/pull/125883
More information about the llvm-commits
mailing list