This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][NFC] Pre-commit test case to show sub-optimal codegen for Github issue #57502
ClosedPublic

Authored by mingmingl on Sep 4 2022, 7:34 PM.

Details

Summary

Pre-commit test cases to show cases when UZP1 (TRUNC, TRUNC) could be
combined into TRUNC (UZP1) (with some proper bit conversions in the middle) to generate more efficient code.

Diff Detail

Event Timeline

mingmingl created this revision.Sep 4 2022, 7:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 4 2022, 7:34 PM
mingmingl requested review of this revision.Sep 4 2022, 7:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 4 2022, 7:34 PM
mingmingl retitled this revision from [AArch64] Pre-commit test case to show sub-optimal codegen for Github issue #57502 to [AArch64][NFC] Pre-commit test case to show sub-optimal codegen for Github issue #57502.Sep 4 2022, 8:53 PM
This revision is now accepted and ready to land.Oct 11 2022, 11:45 PM
This revision was landed with ongoing or failed builds.Oct 12 2022, 10:38 AM
This revision was automatically updated to reflect the committed changes.