File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ; RUN: llc --code-model=kernel -march=x86-64 <%s | FileCheck %s
1
+ ; RUN: llvm-as < %s | llc --code-model=kernel -march=x86-64 | FileCheck %s
2
2
; PR4933
3
3
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"
4
4
target triple = "x86_64-unknown-linux-gnu"
Original file line number Diff line number Diff line change 1
- ; RUN: llc %s -O0 -fast-isel -regalloc=local -o -
1
+ ; RUN: llvm-as < %s | llc -O0 -fast-isel -regalloc=local -o -
2
2
; PR4767
3
3
4
4
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"
Original file line number Diff line number Diff line change 1
- ; RUN: llc < %s -o - -march=x86-64 | FileCheck %s
1
+ ; RUN: llvm-as < %s | llc -o - -march=x86-64 | FileCheck %s
2
2
; PR4891
3
3
4
4
; Both loads should happen before either store.
Original file line number Diff line number Diff line change 1
- ; RUN: llc %s -o - -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -disable-mmx | FileCheck %s
1
+ ; RUN: llvm-as < %s | llc -o - -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -disable-mmx | FileCheck %s
2
2
; PR4891
3
3
4
4
; This load should be before the call, not after.
You can’t perform that action at this time.
0 commit comments