Skip to content

Commit 091bd05

Browse files
committed
Fix tests post-merge
1 parent 6bc7d37 commit 091bd05

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

llvm/test/CodeGen/AMDGPU/nested-calls.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
; RUN: llc -mtriple=amdgcn -mcpu=hawaii -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,HAWAII %s
44
; RUN: llc -mtriple=amdgcn -mcpu=gfx900 -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,GFX9 %s
55

6-
; needs to be autogen
7-
; XFAIL: *
8-
96
; Test calls when called by other callable functions rather than
107
; kernels.
118

llvm/test/CodeGen/AMDGPU/sibling-call.ll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -mattr=-flat-for-global -enable-ipra=0 -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,GFX9 %s
55
target datalayout = "A5"
66

7-
; needs to be autogen
8-
; XFAIL: *
9-
107
; FIXME: Why is this commuted only sometimes?
118
define fastcc i32 @i32_fastcc_i32_i32(i32 %arg0, i32 %arg1) #1 {
129
; FIJI-LABEL: i32_fastcc_i32_i32:

llvm/test/CodeGen/AMDGPU/stack-realign.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
22
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=fiji -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
33

4-
; XFAIL: *
5-
64
; Check that we properly realign the stack. While 4-byte access is all
75
; that is ever needed, some transformations rely on the known bits from the alignment of the pointer (e.g.
86

llvm/test/Transforms/InstCombine/cast-mul-select.ll

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
; RUN: opt -passes=debugify,instcombine --debugify-diop-diexprs -S < %s | FileCheck %s -check-prefix DIOP-DBGINFO
66

7-
; RUN: opt -passes=debugify,instcombine --debugify-diop-diexprs --experimental-debuginfo-iterators=true -S < %s | FileCheck %s -check-prefix DIOP-DBGINFO
8-
; RUN: opt -passes=debugify,instcombine --debugify-diop-diexprs --experimental-debuginfo-iterators=false -S < %s | FileCheck %s -check-prefix DIOP-DBGINFO
9-
107
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"
118

129
define i32 @mul(i32 %x, i32 %y) {
@@ -389,5 +386,3 @@ define i1 @foo(i1 zeroext %b) {
389386
%frombool = zext i1 %b to i8
390387
ret i1 %b
391388
}
392-
;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
393-
; DIOP-DBGINFO: {{.*}}

0 commit comments

Comments
 (0)