This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add Neon int instructions to isAssociativeAndCommutative
ClosedPublic

Authored by kawashima-fj on Dec 11 2022, 11:07 PM.

Diff Detail

Event Timeline

kawashima-fj created this revision.Dec 11 2022, 11:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 11 2022, 11:07 PM
kawashima-fj requested review of this revision.Dec 11 2022, 11:07 PM
dmgreen accepted this revision.Dec 16 2022, 8:58 AM
dmgreen added reviewers: SjoerdMeijer, labrinea.

Sounds like a good set of instructions. LGTM

llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
5001–5003

This could just say something like "there is no 64bit mul under neon".

This revision is now accepted and ready to land.Dec 16 2022, 8:58 AM

As per @dmgreen's comment, update the source comment.

kawashima-fj marked an inline comment as done.Dec 19 2022, 6:25 AM