This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Support shifted register form in emitTST
ClosedPublic

Authored by paquette on Sep 11 2020, 10:32 AM.

Details

Summary

Support emitting ANDSXrs and ANDSWrs in emitTST. Update opt-fold-compare.mir to show that it works.

Diff Detail

Event Timeline

paquette created this revision.Sep 11 2020, 10:32 AM
aemerson accepted this revision.Sep 16 2020, 10:02 AM

Add a test for ANDSWrs?

This revision is now accepted and ready to land.Sep 16 2020, 10:02 AM