[all-commits] [llvm/llvm-project] 1da52e: [ARM] Add VGETLANEu patterns for v4f16 and v8f16
David Green via All-commits
all-commits at lists.llvm.org
Sun Sep 19 06:26:05 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1da52ef2943b67c0ec1ccd3b8e459d0e57e67a6d
https://github.com/llvm/llvm-project/commit/1da52ef2943b67c0ec1ccd3b8e459d0e57e67a6d
Author: David Green <david.green at arm.com>
Date: 2021-09-19 (Sun, 19 Sep 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrNEON.td
M llvm/test/CodeGen/ARM/bf16-getlane-with-fp16.ll
M llvm/test/CodeGen/ARM/fp16-insert-extract.ll
Log Message:
-----------
[ARM] Add VGETLANEu patterns for v4f16 and v8f16
These were apparently missing, having no pattern that could convert a
VGETLANEu of a v4f16 to an i32. Added bf16 whilst here, following the
same code.
More information about the All-commits
mailing list