[all-commits] [llvm/llvm-project] 0edc98: [ARM] Copy SMAX(lhs, 0) and SMIN(lhs, 0) patterns ...
AZero13 via All-commits
all-commits at lists.llvm.org
Thu Jul 10 13:07:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0edc98cd6d310f78be14f7629d3a341551f90b36
https://github.com/llvm/llvm-project/commit/0edc98cd6d310f78be14f7629d3a341551f90b36
Author: AZero13 <gfunni234 at gmail.com>
Date: 2025-07-10 (Thu, 10 Jul 2025)
Changed paths:
M llvm/lib/Target/ARM/ARMISelLowering.cpp
A llvm/test/CodeGen/ARM/min-max-combine.ll
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/predicated-liveout-unknown-lanes.ll
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/unpredload.ll
Log Message:
-----------
[ARM] Copy SMAX(lhs, 0) and SMIN(lhs, 0) patterns from AArch64 to ARM (#146565)
They work on 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