[PATCH] D15240: X86: Don't emit SAHF/LAHF for 64-bit targets unless explicitly supported
David Majnemer via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 4 12:24:07 PST 2015
majnemer added inline comments.
================
Comment at: lib/Target/X86/X86Subtarget.cpp:200
@@ +199,3 @@
+ }
+#endif
+
----------------
jfb wrote:
> What name does GCC use?
https://gcc.gnu.org/onlinedocs/gcc-4.5.3/gcc/i386-and-x86_002d64-Options.html says -msahf
http://reviews.llvm.org/D15240
More information about the llvm-commits
mailing list