diff options
author | Florian Hahn <flo@fhahn.com> | 2024-10-10 20:04:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-10 20:04:46 +0100 |
commit | bb937e276da11c6d85318b32006f6510877c1a2c (patch) | |
tree | cf8bc2fa0dd2b1ef3eec960ecc93e7e61d827252 /lldb/packages/Python/lldbsuite/test/lldbgdbproxy.py | |
parent | 747d8f3fc93d912183059142631a343fb20bd07f (diff) | |
download | llvm-bb937e276da11c6d85318b32006f6510877c1a2c.zip llvm-bb937e276da11c6d85318b32006f6510877c1a2c.tar.gz llvm-bb937e276da11c6d85318b32006f6510877c1a2c.tar.bz2 |
[LV] Compute value of escaped induction based on the computed end value. (#110576)
Update fixupIVUsers to compute the value for escaped inductions using
the already computed end value of the induction (EndValue), but
subtracting the step.
This results in slightly simpler codegen, as we avoid computing the full
transformed index at VectorTripCount - 1.
PR: https://github.com/llvm/llvm-project/pull/110576
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbgdbproxy.py')
0 files changed, 0 insertions, 0 deletions