mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
MIRTests: Remove unnecessary 2>&1 redirection
llc mir output goes to stdout nowadays, so the 2>&1 is not necessary anymore for most tests. llvm-svn: 295859
This commit is contained in:
parent
8cea2a9fb5
commit
075724a5d9
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=legalizer -global-isel %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -mtriple=aarch64-linux-gnu -run-pass peephole-opt -o - %s 2>&1 | FileCheck %s
|
||||
# RUN: llc -mtriple=aarch64-linux-gnu -run-pass peephole-opt -o - %s | FileCheck %s
|
||||
# CHECK: %1 = ANDWri {{.*}}
|
||||
# CHECK-NEXT: %wzr = SUBSWri {{.*}}
|
||||
--- |
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -mtriple=aarch64--linux-gnu -run-pass=aarch64-ldst-opt %s -verify-machineinstrs -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -mtriple=aarch64--linux-gnu -run-pass=aarch64-ldst-opt %s -verify-machineinstrs -o - | FileCheck %s
|
||||
---
|
||||
name: promote-load-from-store
|
||||
tracksRegLiveness: true
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -run-pass=aarch64-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -run-pass=aarch64-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
; ModuleID = 'simple.ll'
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit add with carry pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit add pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit ANDO pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit AND pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit COM pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit CPCW pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit CPW pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit EOR pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# TODO: Write this test.
|
||||
# This instruction isn't expanded by the pseudo expansion passs, but
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 %s -o - 2>&1 -march=avr | FileCheck %s
|
||||
# RUN: llc -O0 %s -o - -march=avr | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit 'LDDWRdPtrQ' pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 %s -o - 2>&1 -march=avr | FileCheck %s
|
||||
# RUN: llc -O0 %s -o - -march=avr | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit 'LDDWRdYQ instruction
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit LDIWRdK pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit LDSWRdK pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit LDWRdPtr pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit LDWRdPtrPd pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit LDWRdPtrPi pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit OR pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit OR pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit subtraction with carry pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit subtraction with carry pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit STSWRdK pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit STSWRdK pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit subtraction pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
# This test checks the expansion of the 16-bit subtraction pseudo instruction.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-expand-pseudo %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 %s -o - 2>&1 -march=avr | FileCheck %s
|
||||
# RUN: llc -O0 %s -o - -march=avr | FileCheck %s
|
||||
|
||||
# This test ensures that the pseudo expander can correctly handle the case
|
||||
# where we are expanding a 16-bit LDD instruction where the source and
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -O0 -run-pass=avr-relax-mem %s -o - 2>&1 | FileCheck %s
|
||||
# RUN: llc -O0 -run-pass=avr-relax-mem %s -o - | FileCheck %s
|
||||
|
||||
--- |
|
||||
target triple = "avr--"
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -march=hexagon -run-pass expand-condsets -o - 2>&1 %s -verify-machineinstrs -debug-only=expand-condsets | FileCheck %s
|
||||
# RUN: llc -march=hexagon -run-pass expand-condsets -o - %s -verify-machineinstrs -debug-only=expand-condsets | FileCheck %s
|
||||
# REQUIRES: asserts
|
||||
|
||||
# Check that coalesced registers are removed from live intervals.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -run-pass none -o - %s 2>&1 | FileCheck %s
|
||||
# RUN: llc -run-pass none -o - %s | FileCheck %s
|
||||
# This test ensures that the MIR parser accepts files without the LLVM IR.
|
||||
|
||||
---
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -run-pass none -o - %s 2>&1 | FileCheck %s
|
||||
# RUN: llc -run-pass none -o - %s | FileCheck %s
|
||||
# This test ensures that the MIR parser preserves unnamed LLVM IR block
|
||||
# references.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -run-pass=greedy -debug-pass=Arguments -o - %s 2>&1 | FileCheck %s
|
||||
# RUN: llc -run-pass=greedy -debug-pass=Arguments -o - %s | FileCheck %s
|
||||
|
||||
# Check that passes are initialized correctly, so that it's possible to
|
||||
# use -run-pass.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -march=x86-64 -run-pass none -o - %s 2>&1 | FileCheck %s
|
||||
# RUN: llc -march=x86-64 -run-pass none -o - %s | FileCheck %s
|
||||
|
||||
--- |
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# RUN: llc -run-pass=greedy -mtriple=x86_64-apple-macosx -o - %s 2>&1 | FileCheck %s
|
||||
# RUN: llc -run-pass=greedy -mtriple=x86_64-apple-macosx -o - %s | FileCheck %s
|
||||
|
||||
# Make sure we don't assert when we try to reload a value that is just implicitly used.
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user