This is an archive of the discontinued LLVM Phabricator instance.

[test][AArch64] Add a test case for D121180 NFC
ClosedPublic

Authored by Allen on Mar 24 2022, 8:47 PM.

Details

Summary

Now, perform last active true vector combine only where
we're extracting from a flag-setting operation. But in
fact, the last active extracting will output LASTB + WHILELS,
and the WHILELS itself is a flag-setting operation, so
precommit this case to test the potentially further optimization.

Diff Detail

Event Timeline

Allen created this revision.Mar 24 2022, 8:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 8:47 PM
Allen requested review of this revision.Mar 24 2022, 8:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 8:47 PM
paulwalker-arm accepted this revision.Mar 26 2022, 3:17 AM
This revision is now accepted and ready to land.Mar 26 2022, 3:17 AM
This revision was landed with ongoing or failed builds.Mar 26 2022, 4:12 AM
This revision was automatically updated to reflect the committed changes.