Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU/GlobalISel: Don't use XEXEC class for SGPRs | Matt Arsenault | 2020-01-12 | 1 | -5/+2 |
| | | | | | We don't use the xexec register classes for arbitrary values anymore. Avoids a test variance beween GlobalISel and SelectionDAG> | ||||
* | AMDGPU/GlobalISel: Prepare some tests for store selection | Matt Arsenault | 2019-07-09 | 1 | -7/+3 |
| | | | | | | | | | | | Mostsly these would fail due to trying to use SI with a flat operation. Implementing global loads with MUBUF is more work than flat, so these won't be handled in the initial load selection. Others fail because store of s64 won't initially work, as the current set of patterns expect everything to be turned into v2i32. llvm-svn: 365493 | ||||
* | AMDGPU/GlobalISel: Add support for G_INTTOPTR | Tom Stellard | 2018-10-05 | 1 | -0/+34 |
Summary: This is a no-op. Reviewers: arsenm Reviewed By: arsenm Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, rovka, kristof.beyls, dstuttard, tpr, t-tye, llvm-commits Differential Revision: https://reviews.llvm.org/D52916 llvm-svn: 343839 |