[Mlir-commits] [mlir] [mlir][vector] Enable transfer op hoisting with dynamic indices (PR #68500)
Kunwar Grover
llvmlistbot at llvm.org
Sun Oct 15 13:03:30 PDT 2023
================
@@ -18,16 +18,18 @@ class Value;
namespace affine {
void registerValueBoundsOpInterfaceExternalModels(DialectRegistry ®istry);
-/// 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 Mlir-commits
mailing list