aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/compiler/aco_opt_value_numbering.cpp
Commit message (Expand)AuthorAgeFilesLines
* aco: fix a couple of value numbering issuesDaniel Schürmann2019-12-041-8/+14
* aco: add a few missing checks in value numberingRhys Perry2019-10-221-1/+4
* aco: refactor value numberingDaniel Schürmann2019-10-221-55/+53
* aco: CSE readlane/readfirstlane/permute/reduce with the same exec maskRhys Perry2019-09-261-9/+36
* aco: don't CSE v_readlane_b32/v_readfirstlane_b32Rhys Perry2019-09-261-0/+4
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-191-0/+327