summaryrefslogtreecommitdiff
path: root/src/amd/compiler/aco_lower_bool_phis.cpp
Commit message (Expand)AuthorAgeFilesLines
* aco: rename aco_lower_bool_phis() -> aco_lower_phis()Daniel Schürmann2020-04-101-233/+0
* aco: lower subdword phis with SGPR operandsDaniel Schürmann2020-04-101-0/+26
* aco: Implement 64-bit constant propagation.Timur Kristóf2020-01-141-2/+2
* aco/wave32: Use lane mask regclass for exec/vcc.Timur Kristóf2019-12-041-14/+16
* aco: Remove lower_linear_bool_phi, it is not needed anymore.Timur Kristóf2019-12-041-24/+1
* aco: Treat all booleans as per-lane.Timur Kristóf2019-11-141-7/+1
* aco: don't reorder instructions in order to lower boolean phisDaniel Schürmann2019-10-091-26/+8
* aco: re-use existing phi instruction when lowering boolean phisDaniel Schürmann2019-10-091-3/+18
* aco: Cleanup insert_before_logical_endMichael Schellenberger Costa2019-10-091-15/+11
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-191-0/+241