Skip to content

Commit 520e9ab

Browse files
committed
Fix PR4962.
llvm-svn: 81650
1 parent eea0470 commit 520e9ab

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

llvm/test/CodeGen/X86/bss_pagealigned.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
; PR4933
33
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"
44
target triple = "x86_64-unknown-linux-gnu"

llvm/test/CodeGen/X86/fp-stack-O0-crash.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc %s -O0 -fast-isel -regalloc=local -o -
1+
; RUN: llvm-as < %s | llc -O0 -fast-isel -regalloc=local -o -
22
; PR4767
33

44
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"

llvm/test/CodeGen/X86/widen_load-0.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc < %s -o - -march=x86-64 | FileCheck %s
1+
; RUN: llvm-as < %s | llc -o - -march=x86-64 | FileCheck %s
22
; PR4891
33

44
; Both loads should happen before either store.

llvm/test/CodeGen/X86/widen_load-1.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
; PR4891
33

44
; This load should be before the call, not after.

0 commit comments

Comments
 (0)