freedreno/ir3: Add a note about the instructions in the disasm test.
authorEric Anholt <eric@anholt.net>
Wed, 8 Jul 2020 23:37:55 +0000 (16:37 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 20 Jul 2020 19:42:45 +0000 (19:42 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5815>

src/freedreno/ir3/tests/disasm.c

index 6899471b4487c87443f83dba32df3962f6d88262..7e3d1df2a4079dd1decc7c048ff198abc922897c 100644 (file)
  * 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 <stdio.h>
 #include <stdlib.h>
 #include <string.h>