summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-02-03 13:54:59 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-02-03 13:54:59 -0800
commitbae3ce31fdd50bbc458fab028e36eddfa491d3fb (patch)
tree20decd197de75b1dfc0c59dbd1d961f70d1b447f
parentba15d6fe2bd75f0760b1025a041dae685a439c49 (diff)
Check off RemovePhi
-rw-r--r--nir.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nir.xml b/nir.xml
index 16e323c..7dff7f4 100644
--- a/nir.xml
+++ b/nir.xml
@@ -64,7 +64,7 @@
<task name="phiCSE" mesa="done">
Add phi nodes to the CSE pass.
</task>
- <task name="RemovePhi" mesa="no">
+ <task name="RemovePhi" mesa="done">
Implement a pass that removes pointless phi nodes. After copy
propagation and other optimization passes happen, it's easy to end up
with phi nodes with all sources the same. In this case, we can just