[X86][test] Remove unneeded -mtriple from llc RUN lines
authorFangrui Song <i@maskray.me>
Wed, 1 Jun 2022 05:35:07 +0000 (22:35 -0700)
committerFangrui Song <i@maskray.me>
Wed, 1 Jun 2022 05:35:07 +0000 (22:35 -0700)
llvm/test/CodeGen/X86/pr45995-2.ll
llvm/test/CodeGen/X86/pr45995.ll
llvm/test/CodeGen/X86/pr47299.ll
llvm/test/CodeGen/X86/regalloc-advanced-split-cost.ll

index 27f1ef4..0ecb513 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -O3  --x86-asm-syntax=intel -mtriple=x86_64-grtev4-linux-gnu -march=x86-64 -mcpu=skylake-avx512 -mattr=fma,avx512f < %s | FileCheck %s
+; RUN: llc -O3 --x86-asm-syntax=intel -mtriple=x86_64 -mcpu=skylake-avx512 -mattr=fma,avx512f < %s | FileCheck %s
 
 define <4 x i1> @selecter(i64 %0) {
 ; CHECK-LABEL: selecter:
index 9b62750..f79e8a5 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -O3 --x86-asm-syntax=intel -mtriple=x86_64-grtev4-linux-gnu -march=x86-64 -mattr=avx < %s | FileCheck %s
+; RUN: llc -O3 --x86-asm-syntax=intel -mtriple=x86_64 -mattr=avx < %s | FileCheck %s
 
 define void @extracter0([4 x <4 x i1>] %matrix) {
 ; CHECK-LABEL: extracter0:
index d51c03c..b032448 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -O3 -x86-asm-syntax=intel -mtriple=x86_64-linux-generic-march=x86-64 -mcpu=skylake-avx512 < %s | FileCheck %s
+; RUN: llc -O3 -x86-asm-syntax=intel -mtriple=x86_64 -mcpu=skylake-avx512 < %s | FileCheck %s
 
 declare <7 x i1> @llvm.get.active.lane.mask.v7i1.i64(i64, i64)
 declare <16 x i1> @llvm.get.active.lane.mask.v16i1.i64(i64, i64)
index 631dec2..6aa2fcd 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -regalloc=greedy --debug-only=regalloc 2>&1 | FileCheck %s
+; RUN: llc < %s -mtriple=i686 -regalloc=greedy --debug-only=regalloc 2>&1 | FileCheck %s
 
 ; REQUIRES: asserts