[all-commits] [llvm/llvm-project] 77914c: [mlir][Vector] Do not propagate vector.extract on ...

Kunwar Grover via All-commits all-commits at lists.llvm.org
Fri Jul 11 07:39:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77914c96dfc55562404d18c1ab777137055679db
      https://github.com/llvm/llvm-project/commit/77914c96dfc55562404d18c1ab777137055679db
  Author: Kunwar Grover <groverkss at gmail.com>
  Date:   2025-07-11 (Fri, 11 Jul 2025)

  Changed paths:
    M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
    M mlir/test/Dialect/Vector/vector-sink.mlir

  Log Message:
  -----------
  [mlir][Vector] Do not propagate vector.extract on dynamic position (#148245)

Propagating vector.extract when a dynamic position is present can cause
dominance issues and needs better handling. For now, disable propagation
if there is a dynamic position present.



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