Re: [Mesa-dev] [PATCH 1/3] nir: allow nir search type check to see through bcsel

2018-07-19 Thread Ian Romanick
On 07/18/2018 11:17 PM, Ian Romanick wrote: > Oh man... I was also recently looking at that same compute shader, and I > wrote nearly identical patches the early part of last week. The bcsel > patches caused a bit of pain for i965. I came up with a different way > to handle that particular

Re: [Mesa-dev] [PATCH 1/3] nir: allow nir search type check to see through bcsel

2018-07-19 Thread Ian Romanick
Oh man... I was also recently looking at that same compute shader, and I wrote nearly identical patches the early part of last week. The bcsel patches caused a bit of pain for i965. I came up with a different way to handle that particular problem... either way, I eventually abandoned the whole

[Mesa-dev] [PATCH 1/3] nir: allow nir search type check to see through bcsel

2018-07-18 Thread Timothy Arceri
--- src/compiler/nir/nir_search.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compiler/nir/nir_search.c b/src/compiler/nir/nir_search.c index 28b36b2b863..743ffdf232c 100644 --- a/src/compiler/nir/nir_search.c +++ b/src/compiler/nir/nir_search.c @@ -73,6 +73,9 @@