[PATCH] D79394: [clang][codegen] Refactor argument loading in function prolog. NFC.

Michael Liao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 4 23:07:56 PDT 2020


hliao created this revision.
hliao added reviewers: rjmccall, kerbowa, yaxunl.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
hliao added a child revision: D79395: [clang][codegen] Hoist parameter attribute setting in function prolog..

- Skip copying function arguments and unnecessary casting by using them directly.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79394

Files:
  clang/lib/CodeGen/CGCall.cpp
  clang/lib/CodeGen/CodeGenFunction.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79394.262009.patch
Type: text/x-patch
Size: 6051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200505/0bd927b9/attachment.bin>


More information about the cfe-commits mailing list