[PATCH] D26183: [compiler-rt] builtins: Allow building windows arm functions for mingw
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 19 13:07:49 PST 2016
compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/builtins/arm/aeabi_uldivmod.S:36
+ mov r1, r3
+ mov r3, r12
+#endif
----------------
Prefer `ip` over `r12`. Its easier to remember that as a mnemonic (intra-procedural [scratch]).
https://reviews.llvm.org/D26183
More information about the llvm-commits
mailing list