This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Set hasSideEffects = 0 on custom shuffle opcodes
ClosedPublic

Authored by paquette on Jun 9 2020, 11:31 AM.

Details

Summary

This was making it so that the instructions weren't eliminated in select-rev.mir and select-trn.mir despite not being used.

Update the tests accordingly.

Diff Detail

Event Timeline

paquette created this revision.Jun 9 2020, 11:31 AM
aemerson accepted this revision.Jun 9 2020, 2:52 PM

LGTM.

This revision is now accepted and ready to land.Jun 9 2020, 2:52 PM
This revision was automatically updated to reflect the committed changes.