I see that
visit_load_var() in ~/mesa/src/amd/llvm/ac_nir_to_llvm.c

assumes that nir_variable used in this intrinsic can have few specific mods
only.

For example variable can not have nir_var_mem_shared , if such mod
encountered it will execute unreachable() code.

Is there any nir pass that needs to be run before nir_to_llvm translation?

Sincerely,
Vivek
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to