[all-commits] [llvm/llvm-project] 90b83a: [SVE] Add isel for 32-bit add/sub(cntp()) -> incp/...
paulwalker-arm via All-commits
all-commits at lists.llvm.org
Thu Jul 6 07:26:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90b83a6d6caa651ea32987c94955ed18fffcb40c
https://github.com/llvm/llvm-project/commit/90b83a6d6caa651ea32987c94955ed18fffcb40c
Author: Paul Walker <paul.walker at arm.com>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/CodeGen/AArch64/sve-cntp-combine-i32.ll
Log Message:
-----------
[SVE] Add isel for 32-bit add/sub(cntp()) -> incp/decp.
Patterns already exist for 64-bit that I've simply copied and
converted to include the necessary truncation.
Differential Revision: https://reviews.llvm.org/D154350
More information about the All-commits
mailing list