[all-commits] [llvm/llvm-project] 7d65cb: [ARM] Copy (SELECT_CC setgt, iN lhs, -1, 1, -1) ->...
AZero13 via All-commits
all-commits at lists.llvm.org
Sat Jul 5 10:17:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d65cb1952dc77f1562659fafcb512ddd1a488fa
https://github.com/llvm/llvm-project/commit/7d65cb1952dc77f1562659fafcb512ddd1a488fa
Author: AZero13 <gfunni234 at gmail.com>
Date: 2025-07-05 (Sat, 05 Jul 2025)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
A llvm/test/CodeGen/ARM/cmp-select-sign.ll
Log Message:
-----------
[ARM] Copy (SELECT_CC setgt, iN lhs, -1, 1, -1) -> (OR (ASR lhs, N-1), 1 from AArch64 to ARM (#146561)
It works perfectly for ARM too.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list