i965/sched: don't calculate live intervals for post-RA scheduling
authorConnor Abbott <cwabbott0@gmail.com>
Fri, 30 Oct 2015 22:19:34 +0000 (18:19 -0400)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 31 Oct 2015 15:05:52 +0000 (08:05 -0700)
commit0ef8c5cb96f6b1fea7c18c25fbff2adb6d7d0736
tree46ae1a458d49022ea9b355f58c948d0474982c27
parent425d8c2578a1e51ecbbc2ac6138af68817a52cb0
i965/sched: don't calculate live intervals for post-RA scheduling

For some reason, this causes assertions on gm965 only. In any case, it's
unnecessary since we don't need liveness information in the post-RA
scheduler.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92744
Cc: Mark Janes <mark.a.janes@intel.com>
Signed-off-by: Connor Abbott <cwabbott0@gmail.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp