[PATCH] D58306: [AArch64] Change size suffix for FP16FML intrinsics.
Ahmed Bougacha via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 15 14:04:49 PST 2019
ab created this revision.
ab added reviewers: SjoerdMeijer, bryanpkc.
ab added a project: clang.
Herald added a subscriber: javed.absar.
These currently use _u32, but they should instead use _f32 or _f16, the types of the accumulator, and of the multiplication.
I'm starting with _f16 (because that seems to match the various integer vmlal variants), but either seems fine.
Repository:
rC Clang
https://reviews.llvm.org/D58306
Files:
include/clang/Basic/arm_neon.td
test/CodeGen/aarch64-neon-fp16fml.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58306.187083.patch
Type: text/x-patch
Size: 19989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190215/5ff6fa72/attachment-0001.bin>
More information about the cfe-commits
mailing list