[PATCH] D48915: [Sparc] Use the names .rem and .urem instead of __modsi3 and __umodsi3
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 13 14:19:09 PDT 2018
jyknight accepted this revision.
jyknight added a comment.
This revision is now accepted and ready to land.
This looks like it was a simple oversight to me, since LLVM was already emitting .umul, .div, and .udiv -- not matching for rem/urem cannot have been intended.
Repository:
rL LLVM
https://reviews.llvm.org/D48915
More information about the llvm-commits
mailing list