[llvm-bugs] [Bug 36093] New: [AMDGPU][MC][GFX7][GFX8] Image instructions failed to assemble with r128 modifier
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jan 25 10:13:15 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36093
Bug ID: 36093
Summary: [AMDGPU][MC][GFX7][GFX8] Image instructions failed to
assemble with r128 modifier
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
Examples of failed tests:
image_load v5, v[1:4], s[8:15] r128
The test fails because r128 modifier is not recognized.
Also note that this modifier should affect SRSRC size, but assembler currently
does not support 128-bit SRSRC. When it will, the correct test would be:
image_load v5, v[1:4], s[8:11] r128
--
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/20180125/d28a179d/attachment.html>
More information about the llvm-bugs
mailing list