summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Pohjolainen <topi.pohjolainen@intel.com>2014-11-05 15:49:46 +0200
committerTopi Pohjolainen <topi.pohjolainen@intel.com>2014-11-11 11:15:05 +0200
commitb2a2d3a02202d9156ff87e01f692952854f067bc (patch)
treecc18b2d99d14f87efd2258974ace16ee14eb6749
parent1129868e687c91ecaedc24af0ff1881f9e008107 (diff)
dbg/fs: Dump instructions before double loweringfp64_lower_df
Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
-rw-r--r--src/mesa/drivers/dri/i965/brw_fs.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_fs.cpp b/src/mesa/drivers/dri/i965/brw_fs.cpp
index a70987f2b3..ce0c553708 100644
--- a/src/mesa/drivers/dri/i965/brw_fs.cpp
+++ b/src/mesa/drivers/dri/i965/brw_fs.cpp
@@ -3544,6 +3544,10 @@ fs_visitor::run()
calculate_cfg();
+ if (unlikely(INTEL_DEBUG & DEBUG_OPTIMIZER)) {
+ backend_visitor::dump_instructions("fs_before_df_split");
+ }
+
lower_double_float();
split_virtual_grfs();