I'd like to add isUndef() interface to SDNode, it is really missing for me
The code
(V1.getOpcode() == ISD::UNDEF)
will look
V1.isUndef()
What do you think?
Paths
| Differential D12720
isUndef() interface for SDNode - proposal ClosedPublic Authored by delena on Sep 9 2015, 1:50 AM.
Details Summary I'd like to add isUndef() interface to SDNode, it is really missing for me will look V1.isUndef() What do you think?
Diff Detail
Event Timelinedelena updated this object. Closed by commit rL247246: Added isUndef() interface for SDNode (authored by delena). · Explain WhySep 9 2015, 11:34 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 34413 llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
|