mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 04:48:07 +02:00
Our dead code elimination pass does two things: 1. delete instructions that are entirely unnecessary 2. delete unnecessary destinations of necessary instructions To deal with pass ordering issues, we sometimes want to do #1 without #2. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21674> |
||
|---|---|---|
| .. | ||
| agx_test.h | ||
| test-lower-parallel-copy.cpp | ||
| test-lower-pseudo.cpp | ||
| test-minifloat.cpp | ||
| test-optimizer.cpp | ||