[llvm] r303558 - [X86] Remove target feature info from mul-i256.ll test. NFC.

Nirav Dave via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 08:04:08 PDT 2017


Author: niravd
Date: Mon May 22 10:04:08 2017
New Revision: 303558

URL: http://llvm.org/viewvc/llvm-project?rev=303558&view=rev
Log:
[X86] Remove target feature info from mul-i256.ll test. NFC.

Modified:
    llvm/trunk/test/CodeGen/X86/mul-i256.ll

Modified: llvm/trunk/test/CodeGen/X86/mul-i256.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/mul-i256.ll?rev=303558&r1=303557&r2=303558&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/mul-i256.ll (original)
+++ llvm/trunk/test/CodeGen/X86/mul-i256.ll Mon May 22 10:04:08 2017
@@ -3,7 +3,6 @@
 ; RUN: llc < %s -mtriple=x86_64-unknown | FileCheck %s --check-prefix=X64
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-unknown-linux-gnu"
 
 define void @test(i256* %a, i256* %b, i256* %out) #0 {
 ; X32-LABEL: test:
@@ -279,4 +278,4 @@ entry:
   ret void
 }
 
-attributes #0 = { norecurse nounwind uwtable "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" }
+attributes #0 = { norecurse nounwind uwtable }




More information about the llvm-commits mailing list