No support for varargs, but simple function call examples will generate something sensible.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Updates:
- Error when encountering a byval argument (support added in a later patch)
- Make better use of range-based for loops
- Reflect upstream changes to ADJCALLSTACKDOWN in rL302527
Comment Actions
Instruction definitions and patterns have been split, as discussed in http://lists.llvm.org/pipermail/llvm-dev/2017-August/116635.html
lib/Target/RISCV/RISCVInstrInfo.cpp | ||
---|---|---|
31 ↗ | (On Diff #112452) | Code width standard is 80 columns. |
lib/Target/RISCV/RISCVInstrInfo.td | ||
---|---|---|
337 ↗ | (On Diff #112750) | Please add spaces between Defs and []. |