rdar://39593879
https://bugs.llvm.org/show_bug.cgi?id=37142
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Aha, ok, so Add and Mul were swapped in the pre-patch code, and the result was then discarded and recomputed correctly, but overflow checks didn't fire. Makes sense :)
This one looks as if it'd need a rebase because previous patches in the stack change the API that's being removed here.