intel/ir: Represent physical edge of unconditional CONTINUE instruction.
authorFrancisco Jerez <currojerez@riseup.net>
Fri, 27 Sep 2019 21:50:00 +0000 (14:50 -0700)
committerFrancisco Jerez <currojerez@riseup.net>
Fri, 11 Oct 2019 19:24:16 +0000 (12:24 -0700)
commit6965a02e09de2d31e5fa951ffa2ae401b2197fb1
tree6e0a9b8d975f70cce46d2a47cb229e07ee3e0966
parenteeaad2992cc45c22f5e188d0a814db795112964d
intel/ir: Represent physical edge of unconditional CONTINUE instruction.

This edge doesn't exist in the original scalar program, but it
represents a potential control flow path the EU will take in cases
where control flow isn't uniform across channels of the same SIMD
thread.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
src/intel/compiler/brw_cfg.cpp