[all-commits] [llvm/llvm-project] be881e: [AArch64] FMLA/FMLS patterns improvement.
Pavel Iliin via All-commits
all-commits at lists.llvm.org
Tue Apr 21 10:25:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: be881e2831735d6879ee43710f5a4d1c8d50c615
https://github.com/llvm/llvm-project/commit/be881e2831735d6879ee43710f5a4d1c8d50c615
Author: Pavel Iliin <Pavel.Iliin at arm.com>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M clang/test/CodeGen/aarch64-v8.2a-neon-intrinsics-constrained.c
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/test/CodeGen/AArch64/fp16_intrinsic_lane.ll
Log Message:
-----------
[AArch64] FMLA/FMLS patterns improvement.
FMLA/FMLS f16 indexed patterns added.
Fixes https://bugs.llvm.org/show_bug.cgi?id=45467
Removed redundant v2f32 vector_extract indexed pattern since
Instruction Selection is able to match v4f32 instead.
More information about the All-commits
mailing list