[all-commits] [llvm/llvm-project] a324d8: [AArch64] Add tests for 128-bit shift variations.
Eli Friedman via All-commits
all-commits at lists.llvm.org
Mon Oct 12 14:52:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a324d8f964bf421fa7d8b882b0f64ead28c4149c
https://github.com/llvm/llvm-project/commit/a324d8f964bf421fa7d8b882b0f64ead28c4149c
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths:
M llvm/test/CodeGen/AArch64/arm64-long-shift.ll
M llvm/test/CodeGen/AArch64/funnel-shift.ll
Log Message:
-----------
[AArch64] Add tests for 128-bit shift variations.
It looks like there's still some room for optimization; the funnel shift
lowering is more efficient than the lowering of actual shifts.
More information about the All-commits
mailing list