Skip to content

Add loop test to demonstrate bug in r300 compiler

Pavel Ondračka requested to merge ondracka/piglit:test_r300_loop_opts into main

This is based on the existing vs-loop-complex-unroll-with-else-break test, however this one can't be unrolled and demonstrates an issue with copy propagation in r300 compiler.

More details in: mesa#6467 (closed)

Signed-off-by: Pavel Ondračka pavel.ondracka@gmail.com

Merge request reports