Skip to content

Misc cleanup

Pierre-Eric Pelloux-Prayer requested to merge pepp/umr:misc_cleanup into master

This MR is composed of small cleanups.

The first one changes the -wa output from:

SE SA WGP SIMD WAVE# WAVE_STATUS PC_HI PC_LO INST_DW0 EXEC_HI EXEC_LO HW_ID1 HW_ID2 GPRALLOC LDSALLOC TRAPSTS IBSTS1 IBSTS2 IB_DBG1 M0
0 1 2 0 0 08010101 00008001 00e018b0 10022105 ffffffff ffffffff 00010800 07006008 0f00056c bebebeef 40000000 00000000 bebebeef 00000008 80000000

to:

SE SA WGP SIMD WAVE# WAVE_STATUS    PC_HI    PC_LO INST_DW0  EXEC_HI  EXEC_LO   HW_ID1   HW_ID2 GPRALLOC LDSALLOC  TRAPSTS   IBSTS1   IBSTS2  IB_DBG1       M0 
 1  0   8    1     0    08010001 00008001 00e018b0 10022105 ffffffff ffffffff 00042100 bebebeef 0f000554 000021de 40000000 00000000 bebebeef 00000008 80000000

which I find easier to read.

The last 2 commits are cmake-related fixes.

Edited by Pierre-Eric Pelloux-Prayer

Merge request reports