This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Specify address mode of pseudo instruction LOADDUAL
AbandonedPublic

Authored by vhscampos on Dec 20 2019, 3:51 AM.

Details

Reviewers
efriedma
Summary

LOADDUAL did not have an address mode specified. As such, places that
were expecting one were failing, e.g. in ARMFrameLowering when LOADDUAL
was used to reference a stack frame.

This patch adds an Address Mode to the LOADDUAL pseudoinstruction in its
TableGen definition.

Event Timeline

vhscampos created this revision.Dec 20 2019, 3:51 AM

Code looks okay, but please add a testcase to test/CodeGen/ARM.

vhscampos abandoned this revision.Jan 29 2020, 7:57 AM