nir: Add a better comment for INTRINSIC_RANGE
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 25 Mar 2016 17:12:52 +0000 (10:12 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 25 Mar 2016 21:04:05 +0000 (14:04 -0700)
src/compiler/nir/nir.h

index 2fd75ec8be57d28e77908b82357441343bd20e4c..de6b93c955c398eeed573f9f077e55496e6025f6 100644 (file)
@@ -986,8 +986,8 @@ typedef enum {
    NIR_INTRINSIC_UCP_ID = 4,
 
    /**
-    * The range of a load operation.  This specifies the maximum amount of
-    * data starting at the base offset (if any) that can be accessed.
+    * The ammount of data, starting from BASE, that this instruction may
+    * access.  This is used to provide bounds if the offset is not constant.
     */
    NIR_INTRINSIC_RANGE = 5,