[all-commits] [llvm/llvm-project] 23022a: [SelectionDAG] Move sign pattern check from AArch6...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Fri Aug 1 14:48:42 PDT 2025
Branch: refs/heads/users/rampitec/08-01-_amdgpu_gfx1250_v_permlane__instructions
Home: https://github.com/llvm/llvm-project
Commit: 23022a4683b61c5705fe6bf756b5f33648bd3fbc
https://github.com/llvm/llvm-project/commit/23022a4683b61c5705fe6bf756b5f33648bd3fbc
Author: AZero13 <gfunni234 at gmail.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/test/CodeGen/ARM/cmp-select-sign.ll
Log Message:
-----------
[SelectionDAG] Move sign pattern check from AArch64 and ARM to general SelectionDAG (#151736)
This works on all cases much like the XOR case above it in SelectionDAG.
Commit: 86ca39a6901be79e0d8942c3e87ff8bff4159b2d
https://github.com/llvm/llvm-project/commit/86ca39a6901be79e0d8942c3e87ff8bff4159b2d
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/test/CodeGen/ARM/cmp-select-sign.ll
Log Message:
-----------
Merge branch 'main' into users/rampitec/08-01-_amdgpu_gfx1250_v_permlane__instructions
Compare: https://github.com/llvm/llvm-project/compare/a453c4f287ab...86ca39a6901b
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