diff options
author | AZero13 <gfunni234@gmail.com> | 2025-06-17 09:59:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-17 14:59:38 +0100 |
commit | dc72b91ffedf791a44a1af19b00064a2a3c59ab9 (patch) | |
tree | 96bf00978649b96bd831ff225e065c62c487fd2e /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | de3339063ae5a926ab2ed17651a0e628b9c34fb0 (diff) | |
download | llvm-dc72b91ffedf791a44a1af19b00064a2a3c59ab9.zip llvm-dc72b91ffedf791a44a1af19b00064a2a3c59ab9.tar.gz llvm-dc72b91ffedf791a44a1af19b00064a2a3c59ab9.tar.bz2 |
[AArch64] Report icmp as free if it can be folded into ands (#143286)
Since changing the backend to fold x >= 1 / x < 1 -> x > 0 / x <= 0 and
x <= -1 / x > -1 -> x > 0 / x <= 0, this should be reflected in the
cost.
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions