diff options
author | David Green <david.green@arm.com> | 2023-01-18 11:44:26 +0000 |
---|---|---|
committer | David Green <david.green@arm.com> | 2023-01-18 11:44:26 +0000 |
commit | 21df504399c27e904b7ad2abd270ae21582a1fb2 (patch) | |
tree | 11bdb160397f44c5e75e00239c51c896f5cea856 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 6898d8413ff4af205000eab1db3fa900b39c6097 (diff) | |
download | llvm-21df504399c27e904b7ad2abd270ae21582a1fb2.zip llvm-21df504399c27e904b7ad2abd270ae21582a1fb2.tar.gz llvm-21df504399c27e904b7ad2abd270ae21582a1fb2.tar.bz2 |
[DAG][ARM][AArch64] Transform max(a,b) - min(a,b) -> abd(a,b)
This adds both signed and unsigned transforms for
max(a, b) - min(a, b) -> abd(a, b).
unsigned: https://alive2.llvm.org/ce/z/RF4jGQ
signed: https://alive2.llvm.org/ce/z/Cjr2zE
Fixes: #59894
Differential Revision: https://reviews.llvm.org/D141706
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions