This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][NFC] Prepare test cases (for D128302) to show more accurate cost estimation of extract-element could generate better assembly code.
ClosedPublic

Authored by mingmingl on Jun 30 2022, 2:16 PM.

Details

Summary

Pre-commit the test cases (for D128302) to show that more accurate cost
estimation of extract-element could generate better code.

Diff Detail

Event Timeline

mingmingl created this revision.Jun 30 2022, 2:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 2:16 PM
mingmingl requested review of this revision.Jun 30 2022, 2:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 2:16 PM

Hello, a gentle ping, thanks!

RKSimon added inline comments.Jul 7 2022, 8:26 AM
llvm/test/Transforms/LICM/AArch64/extract-element.ll
7

Drop these?

mingmingl updated this revision to Diff 442938.Jul 7 2022, 8:54 AM
mingmingl marked an inline comment as done.

Address comment by dropping target. Also drop data layout and file name, following the example of other tests in the same directory.

RKSimon accepted this revision.Jul 7 2022, 9:25 AM

LGTM

This revision is now accepted and ready to land.Jul 7 2022, 9:25 AM
This revision was landed with ongoing or failed builds.Jul 7 2022, 9:39 AM
This revision was automatically updated to reflect the committed changes.