Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Fix test name and broken CHECK-LABEL | Matt Arsenault | 2016-07-18 | 1 | -56/+0 |
| | | | | llvm-svn: 275928 | ||||
* | AMDGPU/SI: Implement GroupStaticSize Intrinsic for Dynamic LDS | Changpeng Fang | 2016-03-15 | 1 | -0/+56 |
Summary: Static LDS size is saved in MachineFunctionInfo::LDSSize, We define a pseudo instruction with usesCustomInserter bit set. Then, in EmitInstrWithCustomInserter, we replace this pseudo instruction with a mov of MachineFunctionInfo::LDSSize. Reviewers: arsenm tstellarAMD Subscribers llvm-commits, arsenm Differential Revision: http://reviews.llvm.org/D18064 llvm-svn: 263563 |