Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AMDGPU][MC] Corrected parsing of FLAT offset modifier | Dmitry Preobrazhensky | 2019-07-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Summary of changes: - simplified handling of FLAT offset: offset_s13 and offset_u12 have been replaced with flat_offset; - provided information about error position for pre-gfx9 targets; - improved errors handling. Reviewers: artem.tamazov, arsenm, rampitec Differential Revision: https://reviews.llvm.org/D64244 llvm-svn: 365321 | ||||
* | [AMDGPU] gfx1010 VMEM and SMEM implementation | Stanislav Mekhanoshin | 2019-04-30 | 1 | -0/+119 |
Differential Revision: https://reviews.llvm.org/D61330 llvm-svn: 359621 |