[llvm-commits] [llvm] r165956 - /llvm/trunk/test/CodeGen/X86/pr14088.ll

Rafael Espindola rafael.espindola at gmail.com
Mon Oct 15 12:25:43 PDT 2012


Author: rafael
Date: Mon Oct 15 14:25:43 2012
New Revision: 165956

URL: http://llvm.org/viewvc/llvm-project?rev=165956&view=rev
Log:
Add a cpu to try to fix the atom builder.

Modified:
    llvm/trunk/test/CodeGen/X86/pr14088.ll

Modified: llvm/trunk/test/CodeGen/X86/pr14088.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr14088.ll?rev=165956&r1=165955&r2=165956&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr14088.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pr14088.ll Mon Oct 15 14:25:43 2012
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple x86_64-linux %s -o - | FileCheck %s
+; RUN: llc -mtriple x86_64-linux -mcpu core %s -o - | FileCheck %s
 define i32 @f(i1 %foo, i16* %tm_year2, i8* %bar, i16 %zed, i32 %zed2) {
 entry:
   br i1 %foo, label %return, label %if.end





More information about the llvm-commits mailing list