[all-commits] [llvm/llvm-project] 9e2768: [ARM] Add neon FP16 scalar_to_vector patterns.
David Green via All-commits
all-commits at lists.llvm.org
Wed Jan 27 01:59:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e2768a3d9285fa3cd8695671a6c132c7fececa8
https://github.com/llvm/llvm-project/commit/9e2768a3d9285fa3cd8695671a6c132c7fececa8
Author: David Green <david.green at arm.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrNEON.td
M llvm/test/CodeGen/ARM/fp16-insert-extract.ll
Log Message:
-----------
[ARM] Add neon FP16 scalar_to_vector patterns.
This adds some simple fp16 scalar_to_vector patterns, preventing a
selection failure if this came up.
Differential Revision: https://reviews.llvm.org/D95427
More information about the All-commits
mailing list