Skip to content

Commit ae26f50

Browse files
committed
[test] Change llc -march=mips* to -mtriple=mips*
Similar to 806761a
1 parent a4538cd commit ae26f50

File tree

472 files changed

+1205
-1205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

472 files changed

+1205
-1205
lines changed

llvm/test/CodeGen/MIR/Mips/expected-global-value-or-symbol-after-call-entry.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: not llc -march=mipsel -mattr=mips16 -relocation-model=pic -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
1+
# RUN: not llc -mtriple=mipsel -mattr=mips16 -relocation-model=pic -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
22
--- |
33
define i32 @test(i32 %a) {
44
entry:

llvm/test/CodeGen/MIR/Mips/memory-operands.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llc -march=mipsel -mattr=mips16 -relocation-model=pic -run-pass none -o - %s | FileCheck %s
1+
# RUN: llc -mtriple=mipsel -mattr=mips16 -relocation-model=pic -run-pass none -o - %s | FileCheck %s
22
# This test ensures that the MIR parser parses the call entry pseudo source
33
# values in memory operands correctly.
44

llvm/test/CodeGen/Mips/2008-06-05-Carry.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -march=mips < %s | FileCheck %s
1+
; RUN: llc -mtriple=mips < %s | FileCheck %s
22

33
define i64 @add64(i64 %u, i64 %v) nounwind {
44
entry:

llvm/test/CodeGen/Mips/2008-07-03-SRet.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -march=mips < %s | FileCheck %s
1+
; RUN: llc -mtriple=mips < %s | FileCheck %s
22

33
%struct.sret0 = type { i32, i32, i32 }
44

llvm/test/CodeGen/Mips/2008-07-07-FPExtend.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -march=mips -mattr=single-float < %s | FileCheck %s
1+
; RUN: llc -mtriple=mips -mattr=single-float < %s | FileCheck %s
22

33
define double @dofloat(float %a) nounwind {
44
entry:

llvm/test/CodeGen/Mips/2008-07-07-IntDoubleConvertions.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc -march=mips -mattr=single-float < %s | FileCheck %s
1+
; RUN: llc -mtriple=mips -mattr=single-float < %s | FileCheck %s
22

33
define double @int2fp(i32 %a) nounwind {
44
entry:

llvm/test/CodeGen/Mips/2008-07-16-SignExtInReg.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: llc < %s -march=mips -mcpu=mips32r2 | FileCheck %s
2-
; RUN: llc < %s -march=mips64 -mcpu=mips64r2 | FileCheck %s
1+
; RUN: llc < %s -mtriple=mips -mcpu=mips32r2 | FileCheck %s
2+
; RUN: llc < %s -mtriple=mips64 -mcpu=mips64r2 | FileCheck %s
33
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32r2 -mattr=+mips16 < %s | FileCheck %s
44

55
define signext i8 @A(i8 %e.0, i8 signext %sum) nounwind {

llvm/test/CodeGen/Mips/2008-07-23-fpcmp.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc < %s -march=mips -o %t
1+
; RUN: llc < %s -mtriple=mips -o %t
22
; RUN: grep "c\..*\.s" %t | count 3
33
; RUN: grep "bc1[tf]" %t | count 3
44

llvm/test/CodeGen/Mips/2008-07-29-icmp.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc < %s -march=mips | grep "b[ne][eq]" | count 1
1+
; RUN: llc < %s -mtriple=mips | grep "b[ne][eq]" | count 1
22

33
; FIXME: Disabled because branch instructions are generated where
44
; conditional move instructions are expected.

llvm/test/CodeGen/Mips/2008-07-31-fcopysign.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc < %s -march=mips -o %t
1+
; RUN: llc < %s -mtriple=mips -o %t
22
; RUN: grep abs.s %t | count 1
33
; RUN: grep neg.s %t | count 1
44

0 commit comments

Comments
 (0)