[llvm-commits] [llvm] r171029 - /llvm/trunk/test/CodeGen/X86/fold-vex.ll

NAKAMURA Takumi geek4civic at gmail.com
Mon Dec 24 03:14:06 PST 2012


Author: chapuni
Date: Mon Dec 24 05:14:06 2012
New Revision: 171029

URL: http://llvm.org/viewvc/llvm-project?rev=171029&view=rev
Log:
llvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple.

Modified:
    llvm/trunk/test/CodeGen/X86/fold-vex.ll

Modified: llvm/trunk/test/CodeGen/X86/fold-vex.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fold-vex.ll?rev=171029&r1=171028&r2=171029&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fold-vex.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fold-vex.ll Mon Dec 24 05:14:06 2012
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mcpu=corei7-avx -march=x86-64 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7-avx | FileCheck %s
 
 ;CHECK: @test
 ; No need to load from memory. The operand will be loaded as part of th AND instr.





More information about the llvm-commits mailing list