This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Generate VCTP from SETCC
ClosedPublic

Authored by dmgreen on Nov 18 2021, 10:35 AM.

Details

Summary

This converts a vector SETCC([0,1,2,..], splat(n), ult) to vctp n, which can be fewer instructions and prevent the need for constant pool loads.

Diff Detail

Event Timeline

dmgreen created this revision.Nov 18 2021, 10:35 AM
dmgreen requested review of this revision.Nov 18 2021, 10:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2021, 10:35 AM
This revision is now accepted and ready to land.Nov 24 2021, 2:52 AM
This revision was landed with ongoing or failed builds.Nov 26 2021, 2:57 AM
This revision was automatically updated to reflect the committed changes.