This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Add target DAG combine for UUNPKHI/LO
ClosedPublic

Authored by david-arm on Nov 5 2021, 4:52 AM.

Details

Summary

When created a UUNPKLO/HI node with an undef input then the
output should also be undef. I've added a target DAG combine
function to ensure we avoid creating an unnecessary uunpklo/hi
instruction.

Diff Detail

Event Timeline

david-arm created this revision.Nov 5 2021, 4:52 AM
david-arm requested review of this revision.Nov 5 2021, 4:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 5 2021, 4:52 AM
sdesmalen accepted this revision.Nov 5 2021, 4:55 AM
This revision is now accepted and ready to land.Nov 5 2021, 4:55 AM
This revision was landed with ongoing or failed builds.Nov 5 2021, 6:51 AM
This revision was automatically updated to reflect the committed changes.