Extension to D12776, handle modulo by zero in the same way we handle divide by zero.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, I didn't think about modulo when I did this for integer division, but, as you say, it's a natural extension.