Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU/GlobalISel: Prepare some tests for store selection | Matt Arsenault | 2019-07-09 | 1 | -8/+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: Select src modifiers | Matt Arsenault | 2019-07-01 | 1 | -12/+178 |
| | | | | llvm-svn: 364782 | ||||
* | GlobalISel: Verify load/store has a pointer input | Matt Arsenault | 2019-01-27 | 1 | -4/+4 |
| | | | | | | | I expected this to be automatically verified, but it seems nothing uses that the type index was declared as a "ptype" llvm-svn: 352319 | ||||
* | AMDGPU/GlobalISel: Implement select() for 32-bit G_FADD and G_FMUL | Tom Stellard | 2018-06-13 | 1 | -0/+37 |
Reviewers: arsenm, nhaehnle Reviewed By: arsenm Subscribers: kzhuravl, wdng, yaxunl, rovka, kristof.beyls, dstuttard, tpr, t-tye, llvm-commits Differential Revision: https://reviews.llvm.org/D46171 llvm-svn: 334665 |