aco: allow Builder::Result to be dereferenced
authorRhys Perry <pendingchaos02@gmail.com>
Wed, 4 Jan 2023 14:52:34 +0000 (14:52 +0000)
committerMarge Bot <emma+marge@anholt.net>
Tue, 10 Jan 2023 16:01:38 +0000 (16:01 +0000)
commitc3dd1931d99121dd319d7802b543a5b0957516f9
treea92b77e36ca2eed173d4f470e8c97ff7c155a80b
parente386523380d8fac9b1bca3848b1fafa8bdc90a65
aco: allow Builder::Result to be dereferenced

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20251>
src/amd/compiler/aco_builder_h.py
src/amd/compiler/aco_insert_exec_mask.cpp
src/amd/compiler/aco_instruction_selection.cpp
src/amd/compiler/aco_lower_to_hw_instr.cpp
src/amd/compiler/tests/helpers.cpp
src/amd/compiler/tests/test_assembler.cpp
src/amd/compiler/tests/test_hard_clause.cpp
src/amd/compiler/tests/test_optimizer.cpp
src/amd/compiler/tests/test_optimizer_postRA.cpp
src/amd/compiler/tests/test_sdwa.cpp