[all-commits] [llvm/llvm-project] c3c326: [mlir][Vector] Fix `vector.shuffle` folder for poi...

Diego Caballero via All-commits all-commits at lists.llvm.org
Fri Jan 31 15:48:08 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c3c326213e80abd6db9da83dbf0ab8452780705c
      https://github.com/llvm/llvm-project/commit/c3c326213e80abd6db9da83dbf0ab8452780705c
  Author: Diego Caballero <dieg0ca6aller0 at gmail.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

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

  Log Message:
  -----------
  [mlir][Vector] Fix `vector.shuffle` folder for poison indices (#124863)

This PR fixes the folder of a `vector.shuffle` with constant input
vectors in the presence of a poison index. Partially poison vectors are
currently not supported in UB so the folder select v1[0] for elements
indexed by poison.



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