[PATCH] D27045: [GlobalISel] Extract handleAssignments out of AArch64CallLowering
Diana Picus via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 23 07:04:21 PST 2016
rovka created this revision.
rovka added reviewers: ab, qcolombet, t.p.northover.
rovka added subscribers: llvm-commits, rengolin.
Herald added subscribers: dberris, vkalintiris, mehdi_amini, aemerson.
This function seems target-independent so far: all the target-specific behaviour
is isolated in the CCAssignFn and the ValueHandler (which we're also extracting
into the generic CallLowering).
The intention is to use this in the ARM backend.
https://reviews.llvm.org/D27045
Files:
include/llvm/CodeGen/GlobalISel/CallLowering.h
lib/CodeGen/GlobalISel/CallLowering.cpp
lib/Target/AArch64/AArch64CallLowering.cpp
lib/Target/AArch64/AArch64CallLowering.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27045.79069.patch
Type: text/x-patch
Size: 10852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161123/5d04c5e2/attachment.bin>
More information about the llvm-commits
mailing list