Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Convert tests away from llvm.SI.load.const | Matt Arsenault | 2019-01-17 | 1 | -3/+3 |
| | | | | llvm-svn: 351494 | ||||
* | AMDGPU: Remove SITypeRewriter | Matt Arsenault | 2017-06-28 | 1 | -3/+3 |
| | | | | | | | This was an old workaround for using v16i8 in some old intrinsics for resource descriptors. llvm-svn: 306603 | ||||
* | Enable FeatureFlatForGlobal on Volcanic Islands | Matt Arsenault | 2017-01-24 | 1 | -4/+2 |
| | | | | | | | | | | | This switches to the workaround that HSA defaults to for the mesa path. This should be applied to the 4.0 branch. Patch by Vedran Miletić <vedran@miletic.net> llvm-svn: 292982 | ||||
* | AMDGPU: Guard VOPC instructions against incorrect commute | Nicolai Haehnle | 2016-04-19 | 1 | -0/+49 |
Summary: The added testcase, which triggered this, was derived from a shader-db case via bugpoint. A separate question is why scalar branching wasn't used. Reviewers: arsenm, tstellarAMD Subscribers: arsenm, llvm-commits Differential Revision: http://reviews.llvm.org/D19208 llvm-svn: 266825 |