[all-commits] [llvm/llvm-project] 6103ba: [AArch64] Add tests with sign cmps patterns that c...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Feb 12 02:09:50 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6103ba4a7e228ad6bcb82f484687a6b0b63aca05
https://github.com/llvm/llvm-project/commit/6103ba4a7e228ad6bcb82f484687a6b0b63aca05
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-02-12 (Fri, 12 Feb 2021)
Changed paths:
A llvm/test/CodeGen/AArch64/cmp-select-sign.ll
Log Message:
-----------
[AArch64] Add tests with sign cmps patterns that can be improved.
Some of the sign patterns can be optimized to or & asr, which requires
fewer instructions.
More information about the All-commits
mailing list