Files
clang-p2996/llvm/lib/CodeGen/SelectionDAG
zhijian lin 8fddef8483 [SelectionDAG] Introducing a new ISD::POISON SDNode to represent the poison value in the IR. (#125883)
A new ISD::POISON SDNode is introduced to represent the `poison value`
in the IR, replacing the previous use of ISD::UNDEF.
2025-04-07 10:03:05 -04:00
..