This essentially does the same transform as for ADC.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 | ||
---|---|---|
1937 ↗ | (On Diff #90634) | As far as I know, there is no vector version fo this op. |
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
---|---|---|
1937 ↗ | (On Diff #90634) | 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. |