[PATCH] D14948: [X86] Use precise CFI for pushes by default

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 05:44:40 PST 2015


mkuper added inline comments.

================
Comment at: test/CodeGen/X86/push-cfi.ll:1
@@ -1,2 +1,2 @@
-; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s -check-prefix=LINUX -check-prefix=CHECK
+; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s -check-prefix=LINUX -check-prefix=PRECISE -check-prefix=CHECK
 ; RUN: llc < %s -mtriple=i686-apple-darwin | FileCheck %s -check-prefix=DARWIN -check-prefix=CHECK
----------------
Ignore this, should not have the new prefix here.


http://reviews.llvm.org/D14948





More information about the llvm-commits mailing list