Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 34280 Build 34279: arc lint + arc unit
Event Timeline
Is there documentation on the operand modifiers supported by RISC-V binutils anywhere? I'm struggling to find anything...
This is GCC not binutils, and I can't find them documented anywhere other than the source itself: https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/config/riscv/riscv.c?view=markup&revision=271293#l3181
Sorry, I meant GCC.
Thanks, this patch looks good to me. Tiny nit: LLVM coding guidelines prefer full sentences for comments, so the comments added to RISCVAsmPrinter.cpp should end in a full stop.
EDIT: You'll want to add nounwind attributes to the functions in your test too.
Blame the Mips backend for leading me astray for this function...
EDIT: You'll want to add nounwind attributes to the functions in your test too.
Yes, just went to check that between your initial commenting and edit.