From ed3338f581e757b89b2f0015683f90a4a06640ef Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 8 Jul 2020 16:37:55 -0700 Subject: [PATCH] freedreno/ir3: Add a note about the instructions in the disasm test. Part-of: --- src/freedreno/ir3/tests/disasm.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/freedreno/ir3/tests/disasm.c b/src/freedreno/ir3/tests/disasm.c index 6899471b448..7e3d1df2a40 100644 --- a/src/freedreno/ir3/tests/disasm.c +++ b/src/freedreno/ir3/tests/disasm.c @@ -22,6 +22,15 @@ * IN THE SOFTWARE. */ +/* Unit test for disassembly of instructions. + * + * The goal is to take instructions we've seen the blob produce, and test that + * we can disassemble them correctly. For the next person investigating the + * behavior of this instruction, please include the testcase it was generated + * from, and the qcom disassembly as a comment if it differs from what we + * produce. + */ + #include #include #include -- 2.30.2