freedreno/ir3/postsched: report progress
authorRob Clark <robdclark@chromium.org>
Thu, 14 May 2020 23:09:07 +0000 (16:09 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 19 May 2020 16:06:17 +0000 (16:06 +0000)
commitc9e5605720f48b3094e708e5c762b340544ab3ff
tree789d9df9f0dbd2310435b1863e62b084d8ce8841
parentc953794cd6e4a5767b0739b1effc48b066e2a29c
freedreno/ir3/postsched: report progress

Or do the easy thing and claim we always changed something.  It is kinda
hard and not worth the effort to determine for real.

Also rip out unused error handling.  This pass should never fail.  And
we weren't even actually checking the return.

And while we're at it, switch over to taking the 'struct ir3 ir*`
instead of ctx, to standardize with the other passes.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5048>
src/freedreno/ir3/ir3.h
src/freedreno/ir3/ir3_compiler_nir.c
src/freedreno/ir3/ir3_postsched.c