mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Support for byval parameters on ARM. Will be enabled by a forthcoming
patch to the front-end. Radar 7662569. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126655 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -22,6 +22,9 @@ class CCIfAlign<string Align, CCAction A>:
|
||||
//===----------------------------------------------------------------------===//
|
||||
def CC_ARM_APCS : CallingConv<[
|
||||
|
||||
// Handles byval parameters.
|
||||
CCIfByVal<CCPassByVal<8, 8>>,
|
||||
|
||||
CCIfType<[i8, i16], CCPromoteToType<i32>>,
|
||||
|
||||
// Handle all vector types as either f64 or v2f64.
|
||||
|
Reference in New Issue
Block a user