intel/fs: use fs implementation of dump_instructions
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Thu, 15 Sep 2022 19:10:46 +0000 (22:10 +0300)
committerMarge Bot <emma+marge@anholt.net>
Thu, 27 Oct 2022 21:05:00 +0000 (21:05 +0000)
commite59c4a912bcc60dcbd9026bac1295c7a2d59beca
tree9af4db171342ebb80744d16316bb0b9b8c8fdf75
parente5dfff0946bfb1468fcf1b481571ba4a0469452a
intel/fs: use fs implementation of dump_instructions

This specialized version prints out the liveness count as well as the
maximum liveness count. It was eye opening when seeing the max
liveness jump after lowering of packing instructions which should not
have changed the count.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18657>
src/intel/compiler/brw_fs.cpp