[all-commits] [llvm/llvm-project] fb76d2: [ARM] Fix the type for v4f16 duplane
David Green via All-commits
all-commits at lists.llvm.org
Fri Oct 21 02:10:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb76d2ce6c4ece3a3d0360b75e5b01773159c400
https://github.com/llvm/llvm-project/commit/fb76d2ce6c4ece3a3d0360b75e5b01773159c400
Author: David Green <david.green at arm.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrNEON.td
M llvm/test/CodeGen/ARM/armv8.2a-fp16-vector-intrinsics.ll
Log Message:
-----------
[ARM] Fix the type for v4f16 duplane
This was previously using the 32bit variant of the instruction, instead
of the 16bit as intended.
Fixes #58512
Differential Revision: https://reviews.llvm.org/D136422
More information about the All-commits
mailing list