[PATCH] D43631: [MC] Don't crash on modulo by zero (PR35650)

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 09:54:56 PST 2018


davide accepted this revision.
davide added a comment.
This revision is now accepted and ready to land.

LGTM, I didn't think about modulo when I did this for integer division, but, as you say, it's a natural extension.


Repository:
  rL LLVM

https://reviews.llvm.org/D43631





More information about the llvm-commits mailing list