Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Remove -mcpu=SI | Matt Arsenault | 2017-08-07 | 1 | -1/+1 |
| | | | | | | Leftover from before amdgcn/r600 split. llvm-svn: 310277 | ||||
* | AMDGPU/SI: Use InstAlias instead of MnemonicAlias for VOPC instructions | Tom Stellard | 2015-08-07 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | | Summary: With InstAlias, we don't need to print the _e32 portion of the mnemonic when we print the $dst operand. This change makes it possible to include vcc in the asm string when we switch VOPC over to having implicit vcc defs. Reviewers: arsenm Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D11813 llvm-svn: 244362 | ||||
* | AMDGPU/SI: Use correct encoding of vopc for VI in the assembler | Tom Stellard | 2015-08-07 | 1 | -9/+17 |
| | | | | | | | | | | | | Summary: We were using the SI encoding for VI. Reviewers: arsenm Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D11812 llvm-svn: 244332 | ||||
* | R600 -> AMDGPU rename | Tom Stellard | 2015-06-13 | 1 | -0/+40 |
llvm-svn: 239657 |