summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64CallingConvention.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64] Include AArch64GenCallingConv.inc onceReid Kleckner2019-01-281-0/+134
Summary: Avoids duplicating generated static helpers for calling convention analysis. This also means you can modify AArch64CallingConv.td without recompiling the AArch64ISelLowering.cpp monolith, so it provides faster incremental rebuilds. Saves 12K in llc.exe, but adds a new object file, which is large. Reviewers: efriedma, t.p.northover Subscribers: mgorny, javed.absar, kristof.beyls, hiraditya, llvm-commits Differential Revision: https://reviews.llvm.org/D56948 llvm-svn: 352430
OpenPOWER on IntegriCloud