Re: [Mesa-dev] [PATCH] nir/lower_int64: mark all metadata as dirty

2018-07-16 Thread Jason Ekstrand
On Mon, Jul 16, 2018 at 7:30 AM Karol Herbst wrote: > without this we might end up looping inside the dominator analysis > infinitly. Hit by some 64 bit int div OpenCL CTS test. > > Signed-off-by: Karol Herbst > --- > src/compiler/nir/nir_lower_int64.c | 2 ++ > 1 file changed, 2 insertions(+)

[Mesa-dev] [PATCH] nir/lower_int64: mark all metadata as dirty

2018-07-16 Thread Karol Herbst
without this we might end up looping inside the dominator analysis infinitly. Hit by some 64 bit int div OpenCL CTS test. Signed-off-by: Karol Herbst --- src/compiler/nir/nir_lower_int64.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compiler/nir/nir_lower_int64.c b/src/compiler/ni