aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/compiler/aco_opt_value_numbering.cpp
Commit message (Expand)AuthorAgeFilesLines
* aco: compact various Instruction classesDaniel Schürmann2020-01-101-3/+3
* aco: fix a couple of value numbering issuesDaniel Schürmann2019-11-291-11/+18
* aco: don't value-number instructions from within a loop with ones after the l...Daniel Schürmann2019-11-261-1/+6
* aco: implement VK_KHR_shader_float_controlsRhys Perry2019-11-151-1/+2
* aco: value number instructions using the execution maskDaniel Schürmann2019-11-141-28/+51
* 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