This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Remove DecodeAuthLoadWriteback
ClosedPublic

Authored by samparker on Aug 15 2017, 8:09 AM.

Details

Summary

The BaseAuthLoad instruction class was incorrectly passing an empty constraint string to its parent, so I have corrected this. This makes the DecodeAuthLoadWriteback function redundant, so I've also removed it.

Thanks to Ahmed for bringing this to my attention!

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.Aug 15 2017, 8:09 AM
ab accepted this revision.Aug 17 2017, 7:17 AM

Ah, that explains it. LGTM, thanks!

This revision is now accepted and ready to land.Aug 17 2017, 7:17 AM
This revision was automatically updated to reflect the committed changes.