mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-21 03:05:26 -04:00
[X86][NFC] Replace "<%s" with "< %s" in run-lines.
While i have no intention of actually commiting regeneration of the check lines in these test files with update_llc_test_checks, lack of that whitespace breaks that util, which is mildly inconvenient. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352318 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as <%s | llc | FileCheck %s
|
||||
; RUN: llvm-as < %s | llc | FileCheck %s
|
||||
; PR 5247
|
||||
; check that cmp/test is not scheduled before the add
|
||||
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
; RUN: llc -O1 <%s
|
||||
; RUN: llc -O1 < %s
|
||||
; PR12138
|
||||
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32-S128"
|
||||
target triple = "i386-apple-macosx10.7.0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
; RUN: llc <%s -O2 -mcpu=atom -mtriple=i686-- -relocation-model=static | FileCheck -check-prefix=atom %s
|
||||
; RUN: llc <%s -O2 -mcpu=slm -mtriple=i686-- -relocation-model=static | FileCheck -check-prefix=slm %s
|
||||
; RUN: llc <%s -O2 -mcpu=goldmont -mtriple=i686-- -relocation-model=static | FileCheck -check-prefix=slm %s
|
||||
; RUN: llc <%s -O2 -mcpu=core2 -mtriple=i686-- -relocation-model=static | FileCheck %s
|
||||
; RUN: llc < %s -O2 -mcpu=atom -mtriple=i686-- -relocation-model=static | FileCheck -check-prefix=atom %s
|
||||
; RUN: llc < %s -O2 -mcpu=slm -mtriple=i686-- -relocation-model=static | FileCheck -check-prefix=slm %s
|
||||
; RUN: llc < %s -O2 -mcpu=goldmont -mtriple=i686-- -relocation-model=static | FileCheck -check-prefix=slm %s
|
||||
; RUN: llc < %s -O2 -mcpu=core2 -mtriple=i686-- -relocation-model=static | FileCheck %s
|
||||
;
|
||||
|
||||
@a = common global i32 0, align 4
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
; RUN: llc --code-model=kernel <%s -asm-verbose=0 | FileCheck %s
|
||||
; RUN: llc --code-model=kernel < %s -asm-verbose=0 | FileCheck %s
|
||||
; PR4933
|
||||
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
; RUN: llc -stop-after expand-isel-pseudos <%s 2>&1 | FileCheck %s
|
||||
; RUN: llc -stop-after expand-isel-pseudos < %s 2>&1 | FileCheck %s
|
||||
|
||||
target datalayout = "e-m:e-p:32:32-f64:32:64-f80:32-n8:16:32-S128"
|
||||
target triple = "i386-unknown-linux-gnu"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
; RUN: not llvm-as -disable-output <%s 2>&1 | FileCheck %s
|
||||
; RUN: not llvm-as -disable-output < %s 2>&1 | FileCheck %s
|
||||
|
||||
define void @test() personality i32 (...)* @dummy_personality {
|
||||
; CHECK: The landingpad instruction should have a consistent result type inside a function
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
; RUN: llc -mtriple=x86_64-unknown-linux-gnu <%s
|
||||
; RUN: llc -mtriple=x86_64-unknown-linux-gnu < %s
|
||||
; ModuleID = 'bug.c'
|
||||
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
; PR13504
|
||||
; RUN: llc -mtriple=i686-- -mcpu=atom <%s | FileCheck %s
|
||||
; RUN: llc -mtriple=i686-- -mcpu=atom < %s | FileCheck %s
|
||||
; CHECK: bsfl
|
||||
; CHECK-NOT: movl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user