This is an archive of the discontinued LLVM Phabricator instance.

[MSP430] Fix absolute addressing mode printing in AsmPrinter
ClosedPublic

Authored by krisb on Jan 16 2019, 7:47 AM.

Details

Summary

Align checks for absolute addressing mode with its current
implementation (SR is used as a base register).

It fixes https://bugs.llvm.org/show_bug.cgi?id=39993

Diff Detail

Repository
rL LLVM

Event Timeline

krisb created this revision.Jan 16 2019, 7:47 AM
asl accepted this revision.Jan 25 2019, 1:13 AM
This revision is now accepted and ready to land.Jan 25 2019, 1:13 AM
This revision was automatically updated to reflect the committed changes.