File tree Expand file tree Collapse file tree 4 files changed +0
-13
lines changed Expand file tree Collapse file tree 4 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 3
3
; RUN: llc -mtriple=amdgcn -mcpu=hawaii -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,HAWAII %s
4
4
; RUN: llc -mtriple=amdgcn -mcpu=gfx900 -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,GFX9 %s
5
5
6
- ; needs to be autogen
7
- ; XFAIL: *
8
-
9
6
; Test calls when called by other callable functions rather than
10
7
; kernels.
11
8
Original file line number Diff line number Diff line change 4
4
; 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
5
5
target datalayout = "A5"
6
6
7
- ; needs to be autogen
8
- ; XFAIL: *
9
-
10
7
; FIXME: Why is this commuted only sometimes?
11
8
define fastcc i32 @i32_fastcc_i32_i32 (i32 %arg0 , i32 %arg1 ) #1 {
12
9
; FIJI-LABEL: i32_fastcc_i32_i32:
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2
2
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=fiji -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
3
3
4
- ; XFAIL: *
5
-
6
4
; Check that we properly realign the stack. While 4-byte access is all
7
5
; that is ever needed, some transformations rely on the known bits from the alignment of the pointer (e.g.
8
6
Original file line number Diff line number Diff line change 4
4
5
5
; RUN: opt -passes=debugify,instcombine --debugify-diop-diexprs -S < %s | FileCheck %s -check-prefix DIOP-DBGINFO
6
6
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
-
10
7
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"
11
8
12
9
define i32 @mul (i32 %x , i32 %y ) {
@@ -389,5 +386,3 @@ define i1 @foo(i1 zeroext %b) {
389
386
%frombool = zext i1 %b to i8
390
387
ret i1 %b
391
388
}
392
- ;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
393
- ; DIOP-DBGINFO: {{.*}}
You can’t perform that action at this time.
0 commit comments