Displaying 2 results from an estimated 2 matches for "tstrbi".
Did you mean:
  str_i
  
2020 Jul 20
2
[ARM] Should Use Load and Store with Register Offset
...ere 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.html>
2020 Jul 21
2
[ARM] Should Use Load and Store with Register Offset
...ttern 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/20200721/9e0...