Details
Details
- Reviewers
jmolloy
Diff Detail
Diff Detail
Event Timeline
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | ||
---|---|---|
2435–2438 | How about adding these cases to the ISD::SELECT case? (same for sign bits). That ought to make it obvious we're just analyzing these as SELECT variants. |
How about adding these cases to the ISD::SELECT case? (same for sign bits). That ought to make it obvious we're just analyzing these as SELECT variants.