[PATCH] D21926: [ARM] Honour ABI for rem under -O0 for EABI, GNUEABI, Android and Musl
Diana Picus via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 1 13:56:44 PDT 2016
rovka added a comment.
This patch is wrong, I need to work on it some more. Thanks for the comments, I'll incorporate them into the next version of the patch.
================
Comment at: test/CodeGen/ARM/divmod-eabi.ll:48
@@ -28,3 +47,3 @@
; DARWIN: __modsi3
%add = add nsw i32 %rem, %div
%add13 = add nsw i32 %add, %rem8
----------------
+ ; DARWIN-O0: __modsi3
http://reviews.llvm.org/D21926
More information about the llvm-commits
mailing list