This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Selection support for v8s8, v4s16, v16s8 G_INSERT_VECTOR_ELT with GPR scalar
ClosedPublic

Authored by dzhidzhoev on Mar 23 2023, 8:19 PM.

Details

Summary

This is to support some NEON intrinsics on GlobalISel.

Diff Detail

Event Timeline

dzhidzhoev created this revision.Mar 23 2023, 8:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2023, 8:19 PM
dzhidzhoev requested review of this revision.Mar 23 2023, 8:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2023, 8:19 PM
aemerson accepted this revision.Apr 12 2023, 9:15 PM

Sorry, missed this. LGTM.

llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
5375–5376

This comment is obsolete now?

This revision is now accepted and ready to land.Apr 12 2023, 9:15 PM

Enabled a couple of tests since https://reviews.llvm.org/D146531 has been accepted.