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)
Paths
| Differential D72275
[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 TimelineHerald added subscribers: llvm-commits, apazos, sameer.abuasal and 24 others. · View Herald Transcript This revision is now accepted and ready to land.Jan 7 2020, 4:46 AM Closed by commit rG043c5eafa878: [RISCV] Handle globals and block addresses in asm operands (authored by luismarques). · Explain WhyJan 13 2020, 7:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 236368 llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
llvm/test/CodeGen/RISCV/inline-asm.ll
|