nir: fix nir_const_value_as_uint bit size in load/store vectorizer tests
[mesa.git] / src / compiler / nir / nir_opt_load_store_vectorize.c
index 6587251c7e794263388e3c67c262e49262d69010..414a97fec458abf4b148f68ae63a6d3487de1ec4 100644 (file)
@@ -38,6 +38,8 @@
  * - It won't turn four consecutive vec3 loads into 3 vec4 loads.
  * - It doesn't do global vectorization.
  * Handling these cases probably wouldn't provide much benefit though.
+ *
+ * This probably doesn't handle big-endian GPUs correctly.
 */
 
 #include "nir.h"