[Mlir-commits] [mlir] [mlir][linalg][transform] Rename {masked_vectorize => vectorize => vectorize_children_and...}. (PR #66575)
Ingo Müller
llvmlistbot at llvm.org
Sat Sep 23 02:30:14 PDT 2023
ingomueller-net wrote:
> This needs a PSA/refactoring notice. Scripts that were relying on function-wide vectorization now stopped working for no good reason.
Thanks for making we aware of this, @ftynse! What's the bar for a change to require such an announcement? Some of my previous commits also have the potential to break existing code (adding a mix-in with fewer parameters means that existing constructor calls stop working). Is it because IR/assembly is involved?
https://github.com/llvm/llvm-project/pull/66575
More information about the Mlir-commits
mailing list