[llvm] [mlir][vector] Enable transfer op hoisting with dynamic indices (PR #68500)

Kunwar Grover via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 13:03:32 PDT 2023


================
@@ -18,16 +18,18 @@ class Value;
 namespace affine {
 void registerValueBoundsOpInterfaceExternalModels(DialectRegistry &registry);
 
-/// Compute whether the given values are equal. Return "failure" if equality
-/// could not be determined. `value1`/`value2` must be index-typed.
+/// Compute a constant delta of the given two values. Return "failure" if we
+/// cannot determine. / `value1`/`value2` must be index-typed.
----------------
Groverkss wrote:

Return "failure" if we cannot determine a constant delta.

Also there is an extra trailing "/".

https://github.com/llvm/llvm-project/pull/68500


More information about the llvm-commits mailing list