[PATCH] D63548: [GlobalISel] Allow multiple VRegs in ArgInfo. NFC
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 19 06:51:48 PDT 2019
rovka created this revision.
rovka added reviewers: aemerson, t.p.northover, aditya_nandakumar, dsanders, qcolombet.
Herald added subscribers: Petar.Avramovic, volkan, atanasyan, hiraditya, javed.absar, kristof.beyls, sdardis.
Herald added a project: LLVM.
Allow CallLowering::ArgInfo to contain more than one virtual register.
This is useful when passes split aggregates into several virtual
registers, but need to also provide information about the original type
to the call lowering. Used in follow-up patches.
https://reviews.llvm.org/D63548
Files:
llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
llvm/lib/Target/AArch64/AArch64CallLowering.cpp
llvm/lib/Target/ARM/ARMCallLowering.cpp
llvm/lib/Target/Mips/MipsCallLowering.cpp
llvm/lib/Target/X86/X86CallLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63548.205572.patch
Type: text/x-patch
Size: 12693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190619/251c514f/attachment-0001.bin>
More information about the llvm-commits
mailing list