Open Quuxplusone opened 3 years ago
Bugzilla Link | PR50664 |
Status | NEW |
Importance | P enhancement |
Reported by | Ryan Prichard (rprichard@google.com) |
Reported on | 2021-06-10 17:09:28 -0700 |
Last modified on | 2021-06-11 10:11:10 -0700 |
Version | trunk |
Hardware | PC Linux |
CC | kristof.beyls@arm.com, llvm-bugs@lists.llvm.org, ndesaulniers@google.com, smithp352@googlemail.com, Ties.Stuij@arm.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
> ldr.w r0, [r1, #2]!
> ldr.w r0, [r1], #2
> ldr.w r0, [r1, #-0]
Actually it looks like a current version of LLVM can handle the first two of
these. Only the last one is a problem, and that's basically the same as "ldr.w
r0, [r1, #-2]".