nac3core: impl call attributes #217
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#217
Loading…
Reference in New Issue
No description provided.
Delete Branch "call-attributes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implemented sret for returning large structs, and byval for struct args in extern
function calls.
Closes #151
Tests: I'm not sure what is the best way to write the test for nac3artiq, but here is the test case I've tested with:
LLVM IR:
This will need updating the artiq firmware, artiq-zynq, and the legacy compiler, correct?
No. The one that needs this update is #187