diff options
| author | Sumanth Gundapaneni <sgundapa@quicinc.com> | 2024-02-21 19:50:47 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-21 19:50:47 -0600 |
| commit | d62ca8def395ac165f253fdde1d93725394a4d53 (patch) | |
| tree | b3cde10827c21851075e1cbbd1750e210c5fc2d9 /lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py | |
| parent | 4c0fdcdb33076e936327cb0743c827f019a8e1ff (diff) | |
[Hexagon] Optimize post-increment load and stores in loops. (#82418)
This patch optimizes the post-increment instructions so that we can
packetize them together.
v1 = phi(v0, v3')
v2,v3 = post_load v1, 4
v2',v3'= post_load v3, 4
This can be optimized in two ways
v1 = phi(v0, v3')
v2,v3' = post_load v1, 8
v2' = load v1, 4
Diffstat (limited to 'lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py')
0 files changed, 0 insertions, 0 deletions
