Adds the 'avr_intrcc' and 'avr_signalcc' IR calling convention tokens to the parser.
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/CodeGen/AVR/calling-conv-interrupts.ll | ||
---|---|---|
2 ↗ | (On Diff #45365) | I added the AVR calling conventions in a previous commit, but forgot to add a test for them. I wrote one here, but marked it XFAIL because the target machine cannot be created yet. Happy to put it in a separate commit if desired. |
test/CodeGen/AVR/calling-conv-interrupts.ll | ||
---|---|---|
2 ↗ | (On Diff #45365) | These codegen tests should be left for a backend commit where these work. You should instead replace these with bitcode tests, e.g. see tests/Bitcode/* |