[PATCH] D19688: Fixes PR27241 by enabling the X86 call frame optimization for 64-bit targets
David Kreitzer via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 29 07:45:45 PDT 2016
DavidKreitzer added inline comments.
================
Comment at: test/CodeGen/X86/movtopush64.ll:3
@@ +2,3 @@
+; RUN: llc < %s -mtriple=x86_64-windows | FileCheck %s -check-prefix=NOPUSH
+; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s -check-prefix=NOPUSH -check-prefix=DARWIN -check-prefix=NORMALFP
+; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -no-x86-call-frame-opt | FileCheck %s -check-prefix=NOPUSH
----------------
The extra "-check-prefix=DARWIN" here was inadvertent. I'll remove it.
http://reviews.llvm.org/D19688
More information about the llvm-commits
mailing list