diff options
author | Jason Ekstrand <jason.ekstrand@intel.com> | 2015-02-03 10:41:05 -0800 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@intel.com> | 2015-02-03 10:41:08 -0800 |
commit | 4eaf7b497e386e08c2bcb7253231c379e78ea4ba (patch) | |
tree | 6799af41d40445728b68ce9e8cd4b16f076e40e6 | |
parent | 48deb0049ce62a4fbfd842264cc3966b56777870 (diff) |
Check off CSE of phi nodes
Aparently, we were doing this all along
-rw-r--r-- | nir.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |