[llvm-bugs] [Bug 44582] New: [AMDGPU][MC][GFX908] 'glc' is not supported for global_atomic_add_f32 and global_atomic_pk_add_f16
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jan 17 08:36:23 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44582
Bug ID: 44582
Summary: [AMDGPU][MC][GFX908] 'glc' is not supported for
global_atomic_add_f32 and global_atomic_pk_add_f16
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: AMDGPU
Assignee: unassignedbugs at nondot.org
Reporter: dpreobrazhensky at luxoft.com
CC: llvm-bugs at lists.llvm.org
It is not clear why glc modifier is not supported for these opcodes:
global_atomic_add_f32 v0, v[1:2], v2, off offset:-1 glc // error
global_atomic_add_f32 v[1:2], v2, off offset:-1 // ok
sp3 assembler supports this modifier:
global_atomic_add_f32 v0, v[0:1], v0, s[0:1] glc // sp3: ok
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200117/634ec829/attachment.html>
More information about the llvm-bugs
mailing list