[PATCH] Target/X86: Save Win64 non-volatile registers in a Win64 ABI function.

Reid Kleckner rnk at google.com
Thu Feb 26 15:27:40 PST 2015


lgtm


================
Comment at: test/CodeGen/X86/win64_nonvol.ll:7-11
@@ +6,7 @@
+
+; CHECK-LABEL: foo:
+define x86_64_sysvcc void @foo(i32 %a, i32 %b) {
+; CHECK: ret
+  ret void
+}
+
----------------
This can be simplified to a declaration.

http://reviews.llvm.org/D7919

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list