summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-02-03 10:41:05 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-02-03 10:41:08 -0800
commit4eaf7b497e386e08c2bcb7253231c379e78ea4ba (patch)
tree6799af41d40445728b68ce9e8cd4b16f076e40e6
parent48deb0049ce62a4fbfd842264cc3966b56777870 (diff)
Check off CSE of phi nodes
Aparently, we were doing this all along
-rw-r--r--nir.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nir.xml b/nir.xml
index 35bac46..bcc9c50 100644
--- a/nir.xml
+++ b/nir.xml
@@ -61,7 +61,7 @@
binary-search if-ladders. It would be nice to be able to do that in
NIR so that NIR's superior alias analysis can be put to good use.
</task>
- <task name="phiCSE" mesa="no">
+ <task name="phiCSE" mesa="yes">
Add phi nodes to the CSE pass.
</task>
<task name="RemovePhi" mesa="no">