We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2c6b8 commit 15a5665Copy full SHA for 15a5665
llvm/test/CodeGen/AMDGPU/GlobalISel/bf16.ll
@@ -9,6 +9,8 @@
9
; llc < %s -global-isel -mtriple=amdgcn -mcpu=gfx1100 -mattr=+real-true16 | FileCheck %s -check-prefix=GFX11
10
; llc < %s -global-isel -mtriple=amdgcn -mcpu=gfx1100 -mattr=-real-true16 | FileCheck %s -check-prefix=GFX11
11
12
+; TODO: Once all cases are working, merge with bf16.ll in parent directory.
13
+
14
define void @test_load_store(ptr addrspace(1) %in, ptr addrspace(1) %out) {
15
; GCN-LABEL: test_load_store:
16
; GCN: ; %bb.0:
0 commit comments