diff options
author | XChy <xxs_chy@outlook.com> | 2023-10-13 22:02:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 22:02:57 +0800 |
commit | b22917e6e2a0aec05474f58e64b7e87d1ea0a054 (patch) | |
tree | fc53589129bd6b67120a1ef915ed6c19990cb650 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | d2aa523f2a2efcffbc0485b3958c0cab772051b3 (diff) | |
download | llvm-b22917e6e2a0aec05474f58e64b7e87d1ea0a054.zip llvm-b22917e6e2a0aec05474f58e64b7e87d1ea0a054.tar.gz llvm-b22917e6e2a0aec05474f58e64b7e87d1ea0a054.tar.bz2 |
[InstCombine] Fold Ext(i1) Pred shr(A, BW - 1) => i1 Pred A s< 0 (#68244)
Resolves #67916 .
This patch folds `Ext(icmp (A, xxx)) Pred shr(A, BW - 1)` into `i1 Pred
A s< 0`.
[Alive2](https://alive2.llvm.org/ce/z/k53Xwa).
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions