summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/fmac.sdwa.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AMDGPU] Enable v4f16 and above for v_pk_fma instructionsDavid Stuttard2019-07-291-58/+80
| | | | | | | | | | | | | | | | | | | | Summary: If isel is presented with <2 x half> vectors then it will correctly select v_pk_fma style instructions. If isel is presented with e.g. <4 x half> vectors it will scalarize, unlike for other instruction types (such as fadd, fmul etc.) Added extra support to enable this. Updated one of the tests to include a test for this (as well as extending the test to GFX9) Subscribers: arsenm, kzhuravl, jvesely, wdng, nhaehnle, yaxunl, tpr, t-tye, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D65325 Change-Id: I50a4577a3f8223fb53992af3b7d26121f65b71ee llvm-svn: 367206
* AMDGPU: Eliminate test usage of legacy FP elim attributesMatt Arsenault2019-06-201-2/+2
| | | | llvm-svn: 363950
* [AMDGPU] gfx1010: use fmac instructionsStanislav Mekhanoshin2019-05-041-0/+76
Differential Revision: https://reviews.llvm.org/D61527 llvm-svn: 359959
OpenPOWER on IntegriCloud