diff options
author | VladiKrapp-Arm <vladi.krapp@arm.com> | 2024-12-06 15:04:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-06 15:04:56 +0000 |
commit | bb3eb0ca0cf0fe454f6845d429190cb30e6fa0f5 (patch) | |
tree | b8f4acf62e6a3b1ff2c9daf58dfd98c42111e2df /lldb/test/Shell/ScriptInterpreter/Python | |
parent | a43b2e13f9cc69ec7077ea9c74a972e178a2d8f7 (diff) | |
download | llvm-bb3eb0ca0cf0fe454f6845d429190cb30e6fa0f5.zip llvm-bb3eb0ca0cf0fe454f6845d429190cb30e6fa0f5.tar.gz llvm-bb3eb0ca0cf0fe454f6845d429190cb30e6fa0f5.tar.bz2 |
[ARM] Test unroll behaviour on machines with low overhead branching (#118692)
Add test for existing loop unroll behaviour.
Current behaviour is the single loop with fmul gets runtime unrolled by
count of 4, with the loop remainder unrolled as the 3 for.body9.us.prol
sections. This is quite a lot of compare and branch, negating the
benefits of the low overhead loop mechanism.
Diffstat (limited to 'lldb/test/Shell/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions