[all-commits] [llvm/llvm-project] f32508: [mlir][vector] Relax strides check for 1-element v...

Ivan Butygin via All-commits all-commits at lists.llvm.org
Thu Sep 19 03:12:54 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f3250858780b37a188875c87e57133f1192b2e60
      https://github.com/llvm/llvm-project/commit/f3250858780b37a188875c87e57133f1192b2e60
  Author: Ivan Butygin <ivan.butygin at gmail.com>
  Date:   2024-09-19 (Thu, 19 Sep 2024)

  Changed paths:
    M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
    M mlir/test/Dialect/Vector/ops.mlir

  Log Message:
  -----------
  [mlir][vector] Relax strides check for 1-element vector load/stores (#108998)

Single elememst vector load/stores are equivalent to scalar load/stores,
so they don't need memref to be contigious.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list