This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add vmulxh_lane FP16 vector intrinsic
AcceptedPublic

Authored by az on Mar 16 2018, 3:43 PM.

Details

Reviewers
SjoerdMeijer
Summary

Add the two missing vmulxh_lane vector intrinsics that were originally left out.

Diff Detail

Event Timeline

az created this revision.Mar 16 2018, 3:43 PM
SjoerdMeijer accepted this revision.Mar 19 2018, 7:02 AM

This looks good to me, but we need a companion LLVM patch and add codegen tests for this to: CodeGen/AArch64/fp16_intrinsic_lane.ll.

This revision is now accepted and ready to land.Mar 19 2018, 7:02 AM
az updated this revision to Diff 139015.Mar 19 2018, 3:47 PM

add LLVM codegen tests as suggested in the reviews.