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(+)
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