freedreno/ir3: remove restrictions on const + (abs)/(neg)
authorRob Clark <robdclark@chromium.org>
Fri, 18 Oct 2019 22:53:07 +0000 (15:53 -0700)
committerRob Clark <robdclark@chromium.org>
Thu, 24 Oct 2019 20:08:56 +0000 (13:08 -0700)
commit97b24efd9f44590fe262c99d91f78f53d4da121b
tree4bfe7f2edf8ea6dd23e28aa2aa5ec0a9325341b4
parente665e65f969186101112d154eb1a43d945814080
freedreno/ir3: remove restrictions on const + (abs)/(neg)

These date back to relatively early days of ir3, when a lot was still
not well understood.  But according to CI (and what I've seen blob
driver do), these are not actually real restrictions.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
src/freedreno/ir3/ir3.c
src/freedreno/ir3/ir3_cp.c