[llvm-bugs] [Bug 47741] New: [AMDGPU][MC][GFX1030] v_mac_f32 should not be supported
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Oct 6 03:40:42 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=47741
Bug ID: 47741
Summary: [AMDGPU][MC][GFX1030] v_mac_f32 should not be
supported
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
GFX1030 does not support v_mac_f32 instruction. However assembler triggers no
errors for dpp variants of this instruction:
// Assembled w/o errors!
v_mac_f32 v5, v1, v2 dpp8:[7,6,5,4,3,2,1,0]
v_mac_f32_dpp v5, v1, v2 quad_perm:[3,2,1,0] row_mask:0x0 bank_mask:0x0
Other variants of v_mac_f32 are rejected as expected.
--
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/20201006/6b9b8b7b/attachment.html>
More information about the llvm-bugs
mailing list