Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Mark all unspecified CC functions in tests as amdgpu_kernel | Matt Arsenault | 2017-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | Currently the default C calling convention functions are treated the same as compute kernels. Make this explicit so the default calling convention can be changed to a non-kernel. Converted with perl -pi -e 's/define void/define amdgpu_kernel void/' on the relevant test directories (and undoing in one place that actually wanted a non-kernel). llvm-svn: 298444 | ||||
* | AMDGPU: Remove some old intrinsic uses from tests | Matt Arsenault | 2016-02-11 | 1 | -2/+2 |
| | | | | llvm-svn: 260493 | ||||
* | LiveIntervalAnalysis: Avoid multiple connected liveness components | Matthias Braun | 2015-09-22 | 1 | -1/+0 |
| | | | | | | | | | | | | | We may have subregister defs which are unused but not discovered and cleaned up prior to liveness analysis. This creates multiple connected components in the resulting live range which are forbidden in the MachineVerifier because they would unnecesarily constrain the register allocator. Rewrite those dead definitions to define a newly created virtual register. Differential Revision: http://reviews.llvm.org/D13035 llvm-svn: 248335 | ||||
* | AMDGPU: Add failing testcase for live interval construction | Matt Arsenault | 2015-09-19 | 1 | -0/+29 |
llvm-svn: 248067 |