This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Handle globals and block addresses in asm operands
ClosedPublic

Authored by luismarques on Jan 6 2020, 8:10 AM.

Details

Summary

I checked various other machine operand types and it seems these are the only ones we need for now.

(Drive-by cleanup: corrects a comment typo and removes a nounwind from an asm call, for consistency)

Diff Detail

Event Timeline

luismarques created this revision.Jan 6 2020, 8:10 AM
lenary accepted this revision.Jan 7 2020, 4:46 AM

LGTM! Thanks!

This revision is now accepted and ready to land.Jan 7 2020, 4:46 AM
This revision was automatically updated to reflect the committed changes.