[llvm-bugs] [Bug 44912] New: [AMDGPU][MC][GFX908] dot opcodes operating 4-bit and 8-bit packed data should not support op_sel
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Feb 14 06:51:54 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44912
Bug ID: 44912
Summary: [AMDGPU][MC][GFX908] dot opcodes operating 4-bit and
8-bit packed data should not support op_sel
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
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
dot opcodes that have packed data smaller than 16 bits should not allow
op_sel/op_sel_hi modifiers. This is confirmed by Justin Smith.
Examples of failed tests:
v_dot4_u32_u8 v0, v1, v2, v3 op_sel:[1,1]
v_dot8_i32_i4 v0, v1, v2, v3 op_sel_hi:[1,1]
--
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/20200214/ecdacac8/attachment.html>
More information about the llvm-bugs
mailing list