This essentially does the same transform as for ADC.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 4660 Build 4660: arc lint + arc unit
Event Timeline
Comment Actions
I have to say I haven't dug that much into the SUB case, but it is indeed on my todo list.
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
---|---|---|
1939 | As far as I know, there is no vector version fo this op. |
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
---|---|---|
1939 | Yes I don't think we can generate them at the moment, but I know other code (such as in computeKnownBits and computeNumSignBits) already check for overflow vector types if/when we do get around to supporting them. |
Similar to D30437 - please add an early out for vectors.