Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMDGPU: Fix lit test checks with dag option | David Stuttard | 2019-11-28 | 1 | -2/+24 |
| | | | | | | | | | | | | | | Summary: I was seeing some failures on a test with slightly different instruction ordering. Adding in some DAG directives solved the issue. Change-Id: If5a3d3969055fb19279943bd45161bb70a3dabce Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70531 | ||||
* | [AMDGPU] Fixed mfma test check. NFC. | Stanislav Mekhanoshin | 2019-11-20 | 1 | -69/+9 |
| | |||||
* | [AMDGPU] w/a for gfx908 mfma SrcC literal HW bug | Stanislav Mekhanoshin | 2019-08-23 | 1 | -5/+17 |
| | | | | | | | | gfx908 ignores an mfma if SrcC is a literal. Differential Revision: https://reviews.llvm.org/D66670 llvm-svn: 369816 | ||||
* | [AMDGPU] use v32f32 for 3 mfma intrinsics | Stanislav Mekhanoshin | 2019-07-12 | 1 | -32/+32 |
| | | | | | | | | | These should really use v32f32, but were defined as v32i32 due to the lack of the v32f32 type. Differential Revision: https://reviews.llvm.org/D64667 llvm-svn: 365972 | ||||
* | [AMDGPU] gfx908 mfma support | Stanislav Mekhanoshin | 2019-07-11 | 1 | -0/+1361 |
Differential Revision: https://reviews.llvm.org/D64584 llvm-svn: 365824 |