aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/compiler/aco_reduce_assign.cpp
Commit message (Expand)AuthorAgeFilesLines
* aco/gfx10: Refactor of GFX10 wave64 bpermute.Timur Kristóf2020-06-021-5/+0
* aco: allocate a temp VGPR for some 8-bit/16-bit reduction ops on GFX10Samuel Pitoiset2020-05-291-1/+4
* aco: use a temporary SGPR for 8-bit/16-bit literal reduction identitiesSamuel Pitoiset2020-05-211-3/+5
* aco: fix gfx10_wave64_bpermuteRhys Perry2020-02-061-1/+6
* aco: implement (clustered) reductions for SI/CIDaniel Schürmann2019-12-071-0/+2
* aco: don't use a scalar temporary for reductions on GFX10Daniel Schürmann2019-12-071-1/+1
* aco/wave32: Use lane mask regclass for exec/vcc.Timur Kristóf2019-12-041-1/+1
* aco: implement 64-bit integer reductionsRhys Perry2019-11-191-2/+12
* aco: Implement subgroup shuffle in GFX10 wave64 mode.Timur Kristóf2019-10-281-1/+3
* aco: Fix reductions on GFX10.Rhys Perry2019-10-281-7/+12
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-191-0/+164