Skip to content

Commit 15a5665

Browse files
committed
add specific test
1 parent 3c2c6b8 commit 15a5665

File tree

2 files changed

+378
-0
lines changed

2 files changed

+378
-0
lines changed

llvm/test/CodeGen/AMDGPU/GlobalISel/bf16.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
; llc < %s -global-isel -mtriple=amdgcn -mcpu=gfx1100 -mattr=+real-true16 | FileCheck %s -check-prefix=GFX11
1010
; llc < %s -global-isel -mtriple=amdgcn -mcpu=gfx1100 -mattr=-real-true16 | FileCheck %s -check-prefix=GFX11
1111

12+
; TODO: Once all cases are working, merge with bf16.ll in parent directory.
13+
1214
define void @test_load_store(ptr addrspace(1) %in, ptr addrspace(1) %out) {
1315
; GCN-LABEL: test_load_store:
1416
; GCN: ; %bb.0:

0 commit comments

Comments
 (0)