Displaying 2 results from an estimated 2 matches for "tldrbi".
Did you mean:
tldr
2020 Jul 20
2
[ARM] Should Use Load and Store with Register Offset
...link)
There is an identifiable pattern where a getelementptr function is
followed by a load or store. When multiple getelementptr functions appear
with the same virtual register offset, maybe this should match a tLDRr or
tSTRr.
- Ran LLC with --print-machineinstrs
It appears that tLDRBi and tSTRBi are selected very early and never
replaced by the equivalent t<LDRB|STRB>r instructions.
Thank you,
Daniel Way
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200720/8d89a248/attachment....
2020 Jul 21
2
[ARM] Should Use Load and Store with Register Offset
...tifiable pattern where a getelementptr function is
> followed by a load or store. When multiple getelementptr functions appear
> with the same virtual register offset, maybe this should match a tLDRr or
> tSTRr.
> - Ran LLC with --print-machineinstrs
> It appears that tLDRBi and tSTRBi are selected very early and never
> replaced by the equivalent t<LDRB|STRB>r instructions.
>
> Thank you,
>
> Daniel Way
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2...