Skip to content
Commit f8794354 authored by Tom Stellard's avatar Tom Stellard
Browse files

R600: New control flow for SI v2



This patch replaces the control flow handling with a new
pass which structurize the graph before transforming it to
machine instruction. This has a couple of different advantages
and currently fixes 20 piglit tests without a single regression.

It is now a general purpose transformation that could be not
only be used for SI/R6xx, but also for other hardware
implementations that use a form of structurized control flow.

v2: further cleanup, fixes and documentation

Patch by: Christian König

Signed-off-by: default avatarChristian König <deathsimple@vodafone.de>
Reviewed-by: default avatarTom Stellard <thomas.stellard@amd.com>
Tested-by: default avatarMichel Dänzer <michel.daenzer@amd.com>
llvm-svn: 170591
parent 1436ff2e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment