Closed Quuxplusone closed 3 years ago
Bugzilla Link | PR49819 |
Status | RESOLVED FIXED |
Importance | P enhancement |
Reported by | Dmitry Preobrazhensky (d-pre@mail.ru) |
Reported on | 2021-04-02 06:28:37 -0700 |
Last modified on | 2021-04-13 05:42:24 -0700 |
Version | trunk |
Hardware | PC Windows NT |
CC | llvm-bugs@lists.llvm.org, stanislav.mekhanoshin@amd.com |
Fixed by commit(s) | rG3eadcb8 |
Attachments | |
Blocks | |
Blocked by | |
See also |
Actually the code has SOE=1 so OFFSET should be ignored and SOFFSET used
instead. sp3 decodes this code as the following instruction:
s_atomic_add_x2 s[35:36], exec, s36 glc
But llvm does not currently supports SOE. Anyway it should not fail trying to
decode a large OFFSET value as an SGPR.