mesa/src/asahi/compiler/test
Alyssa Rosenzweig 5ea9c2e634 agx: Make partial DCE optional
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>
2023-03-11 14:15:50 +00:00
..
agx_test.h asahi: Clang-format the subtree 2022-12-27 22:46:29 +00:00
test-lower-parallel-copy.cpp asahi: Clang-format the subtree 2022-12-27 22:46:29 +00:00
test-lower-pseudo.cpp asahi: Clang-format the subtree 2022-12-27 22:46:29 +00:00
test-minifloat.cpp agx: Port minifloat tests to GTest 2022-08-01 18:34:11 +00:00
test-optimizer.cpp agx: Make partial DCE optional 2023-03-11 14:15:50 +00:00