diff options
author | John Brawn <john.brawn@arm.com> | 2025-07-31 11:03:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-31 11:03:41 +0100 |
commit | 9a9b8b7d1c3e38db00d137518ee52a2d1c0c7c1c (patch) | |
tree | 6b7a165c4a0e4b5c05b6ebb6e024045f3571622b /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | 4ef92469ab341ac1bee39a9413ffaa845e307414 (diff) | |
download | llvm-9a9b8b7d1c3e38db00d137518ee52a2d1c0c7c1c.zip llvm-9a9b8b7d1c3e38db00d137518ee52a2d1c0c7c1c.tar.gz llvm-9a9b8b7d1c3e38db00d137518ee52a2d1c0c7c1c.tar.bz2 |
[AArch64] Allow unrolling of scalar epilogue loops (#151164)
#147420 changed the unrolling preferences to permit unrolling of
non-auto vectorized loops by checking for the isvectorized attribute,
however when a loop is vectorized this attribute is put on both the
vector loop and the scalar epilogue, so this change prevented the scalar
epilogue from being unrolled.
Restore the previous behaviour of unrolling the scalar epilogue by
checking both for the isvectorized attribute and vector instructions in
the loop.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions