[llvm] r192348 - Disable function padding to get this test to pass on atom.

Benjamin Kramer benny.kra at googlemail.com
Thu Oct 10 05:46:23 PDT 2013


Author: d0k
Date: Thu Oct 10 07:46:23 2013
New Revision: 192348

URL: http://llvm.org/viewvc/llvm-project?rev=192348&view=rev
Log:
Disable function padding to get this test to pass on atom.

Modified:
    llvm/trunk/test/CodeGen/X86/vec_set-9.ll

Modified: llvm/trunk/test/CodeGen/X86/vec_set-9.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_set-9.ll?rev=192348&r1=192347&r2=192348&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_set-9.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_set-9.ll Thu Oct 10 07:46:23 2013
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mattr=-avx | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mattr=-avx,-pad-short-functions | FileCheck %s
 
 ; CHECK: test3
 ; CHECK: movd





More information about the llvm-commits mailing list