ADC returns two values, but we currently create an SDNode with only one. This is wrong, and when we try to combine ADC, SelectionDAG asks for the second return value, which isn't available, so we assert.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM