Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AMDGPU] Don't constrain callees with inlinehint from inlining on MaxBB check | Valery Pykhtin | 2019-06-14 | 1 | -0/+35 |
| | | | | | | | | | | | | | | Summary: Function bodies marked inline in an opencl source are eliminated but MaxBB check may prevent inlining them leaving undefined references. Reviewers: rampitec, arsenm Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, Anastasia, t-tye, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D63337 llvm-svn: 363418 | ||||
* | [AMDGPU] Constrain the AMDGPU inliner on maximum number of basic blocks in a ↵ | Valery Pykhtin | 2019-06-07 | 1 | -0/+33 |
caller function (compile time performance) Differential revision: https://reviews.llvm.org/D62917 llvm-svn: 362789 |