[PATCH] 128-bit ABI for x86_64-w64-mingw32 incorrectly generated
Anton Korobeynikov
anton at korobeynikov.info
Sun Apr 20 08:08:08 PDT 2014
================
Comment at: test/CodeGen/X86/mod128.ll:11
@@ +10,3 @@
+ ; WIN64-NOT: xorl %r9d, %r9d
+ ; WIN64: callq __modti3
+
----------------
This is incorrect. You need to make sure that the args are indeed passed where necessary, not only that the 'just' call is emitted.
http://reviews.llvm.org/D1998
More information about the llvm-commits
mailing list