[PATCH] D68360: PR41162 Implement LKK remainder and divisibility algorithms

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 2 17:05:08 PDT 2019


efriedma added inline comments.
Herald added a subscriber: wuzish.


================
Comment at: llvm/test/CodeGen/AArch64/srem-llk.ll:20
+; CHECK-NEXT:    ret
+  %1 = srem i32 %x, 95
+  ret i32 %1
----------------
This looks like it's actually more instructions than trunk.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68360/new/

https://reviews.llvm.org/D68360





More information about the llvm-commits mailing list