[PATCH] D24133: [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 7 02:48:08 PDT 2016
rengolin added inline comments.
================
Comment at: test/CodeGen/ARM/urem-opt-size.ll:56
@@ +55,3 @@
+entry:
+; V7M-LABEL: foo4:
+; V7M: sdiv [[R2:r[0-9]+]], [[R0:r[0-9]+]], [[R1:r[0-9]+]]
----------------
Can you also add the other CHECKs so that we're clear on what's the expected behaviour on all tested archs?
https://reviews.llvm.org/D24133
More information about the llvm-commits
mailing list