This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Codegen for v8.2A dot product intrinsics
ClosedPublic

Authored by olista01 on Apr 26 2018, 2:24 AM.

Details

Summary

This adds IR intrinsics for the ARM dot-product instructions introduced in v8.2-A.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 created this revision.Apr 26 2018, 2:24 AM
SjoerdMeijer accepted this revision.Apr 26 2018, 2:58 AM

Looks good to me.

include/llvm/IR/IntrinsicsARM.td
720 ↗(On Diff #144078)

Nit: Armv8.2-A?

test/CodeGen/ARM/neon-dot-product.ll
3 ↗(On Diff #144078)

Nit: don't need this, or use the triple command line option?

This revision is now accepted and ready to land.Apr 26 2018, 2:58 AM
This revision was automatically updated to reflect the committed changes.