[Mlir-commits] [mlir] [mlir][vector] Update the internal representation of in_bounds (PR #100336)

Benjamin Maxwell llvmlistbot at llvm.org
Wed Aug 14 08:28:17 PDT 2024


================
@@ -1391,7 +1391,7 @@ class DropInnerMostUnitDimsTransferWrite
     if (dimsToDrop == 0)
       return failure();
 
-    auto inBounds = writeOp.getInBoundsValues();
+    auto inBounds = writeOp.getInBounds();
----------------
MacDue wrote:

same here:

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


More information about the Mlir-commits mailing list