This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Baseline test for D125307
ClosedPublic

Authored by arichardson on May 9 2022, 8:42 AM.

Diff Detail

Event Timeline

arichardson created this revision.May 9 2022, 8:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2022, 8:42 AM

rebase on top of D125307

arichardson published this revision for review.May 10 2022, 5:08 AM
arichardson retitled this revision from [AArch64] Baseline test for DXXXXX to [AArch64] Baseline test for D125307.
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2022, 5:09 AM

Do we need --asm-show-inst, or is it enough to just show the instructions? It seems quite verbose for the information it gives.

Do we need --asm-show-inst, or is it enough to just show the instructions? It seems quite verbose for the information it gives.

I initially thought we did, but it turns out the register operands are different so there are still separate CHECK lines for neon/non-neon. Will update to remove.

drop --asm-show-inst

dmgreen accepted this revision.May 12 2022, 3:15 AM

Thanks. LGTM

This revision is now accepted and ready to land.May 12 2022, 3:15 AM
This revision was landed with ongoing or failed builds.May 14 2022, 7:43 AM
This revision was automatically updated to reflect the committed changes.