Unverified Commit ae1596a3 authored by antangelo's avatar antangelo Committed by GitHub
Browse files

[AArch64] Support preserve_none calling convention (#91046)

Adds AArch64 support for the `preserve_none` calling convention.
Registers X0-X7, X9-X15 and X19-X28 are caller save, and can be used to
pass arguments. Delegates to AAPCS for all other registers.

Closes #87423
parent 4ee950e7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment