summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/bug-vopc-commute.ll
Commit message (Collapse)AuthorAgeFilesLines
* AMDGPU: Convert tests away from llvm.SI.load.constMatt Arsenault2019-01-171-3/+3
| | | | llvm-svn: 351494
* AMDGPU: Remove SITypeRewriterMatt Arsenault2017-06-281-3/+3
| | | | | | | This was an old workaround for using v16i8 in some old intrinsics for resource descriptors. llvm-svn: 306603
* Enable FeatureFlatForGlobal on Volcanic IslandsMatt Arsenault2017-01-241-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 commuteNicolai Haehnle2016-04-191-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
OpenPOWER on IntegriCloud