This is an archive of the discontinued LLVM Phabricator instance.

[Sparc] Use the correct encoding for ta 3
ClosedPublic

Authored by dcederman on Jul 11 2018, 1:32 AM.

Details

Summary

The old encoding generated a "tn %g1 + 3" instruction instead of the expected "ta 3".

Diff Detail

Repository
rL LLVM

Event Timeline

dcederman created this revision.Jul 11 2018, 1:32 AM
jyknight accepted this revision.Jul 13 2018, 12:33 PM

Yikes! Luckily this was not actually matched against a "ta 3" expression in assembly, so it only broke getFRAMEADDR...

This revision is now accepted and ready to land.Jul 13 2018, 12:33 PM
This revision was automatically updated to reflect the committed changes.