diff options
author | Craig Topper <craig.topper@sifive.com> | 2024-01-26 11:33:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 11:33:53 -0800 |
commit | 55c6d9103444aaf70bf680c3768c14e8649bf580 (patch) | |
tree | e8b07139042b1542a9fdc00fb3fd51af36834ce0 /lldb/packages/Python/lldbsuite/test/gdbclientutils.py | |
parent | d2c816734526312551e99c14d243c87795b6d3f3 (diff) | |
download | llvm-55c6d9103444aaf70bf680c3768c14e8649bf580.zip llvm-55c6d9103444aaf70bf680c3768c14e8649bf580.tar.gz llvm-55c6d9103444aaf70bf680c3768c14e8649bf580.tar.bz2 |
[InstCombine] Preserve nuw/nsw/exact flags when transforming (C shift (A add nuw C1)) --> ((C shift C1) shift A). (#79490)
If we weren't shifting out any non-zero bits or changing the sign before the transform, we
shouldn't be after.
Alive2: https://alive2.llvm.org/ce/z/mB-rWz
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/gdbclientutils.py')
0 files changed, 0 insertions, 0 deletions