aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2018-08-09 17:29:26 +0000
committerReid Kleckner <rnk@google.com>2018-08-09 17:29:26 +0000
commit80c6ec11d9a32a6c34adf478a91ab7d794cdba10 (patch)
treeec7f2d021e61b0acb81f9e32c0600043acd22707 /clang/lib/CodeGen/CodeGenModule.cpp
parent15d1501aaefc0d8c86bf90e0abe6cb8d315031f2 (diff)
downloadllvm-80c6ec11d9a32a6c34adf478a91ab7d794cdba10.zip
llvm-80c6ec11d9a32a6c34adf478a91ab7d794cdba10.tar.gz
llvm-80c6ec11d9a32a6c34adf478a91ab7d794cdba10.tar.bz2
[GlobalOpt] Don't apply fastcc if it would break inalloca invariants
The inalloca parameter has to be the only parameter passed in memory. Changing the convention to fastcc can break that. At some point we should teach global opt how to optimize ABI attributes like inalloca and maybe byval. These attributes are mainly used to match C ABIs. They are harder for LLVM to optimize and they don't always generate the best code. Fixes PR38487 llvm-svn: 339360
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions