Ignore that. Nicolai's point is correct.
Marek
On Fri, Apr 27, 2018 at 1:51 AM, Marek Olšák wrote:
> Reviewed-by: Marek Olšák
>
> Marek
>
> On Thu, Apr 26, 2018 at 6:17 AM, Samuel Pitoiset <
> samuel.pitoi...@gmail.com> wrote:
>
>> Otherwise we hit an assertion in ac_build_image_opcode()
>> fo
Reviewed-by: Marek Olšák
Marek
On Thu, Apr 26, 2018 at 6:17 AM, Samuel Pitoiset
wrote:
> Otherwise we hit an assertion in ac_build_image_opcode()
> for ac_image_load_mip.
>
> Fixes: 24fb3e6aa16 ("ac/nir: use ac_build_image_opcode for image
> intrinsics")
> Cc: 18.1
> Signed-off-by: Samuel Pit
Otherwise we hit an assertion in ac_build_image_opcode()
for ac_image_load_mip.
Fixes: 24fb3e6aa16 ("ac/nir: use ac_build_image_opcode for image intrinsics")
Cc: 18.1
Signed-off-by: Samuel Pitoiset
---
src/amd/common/ac_nir_to_llvm.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/amd