[all-commits] [llvm/llvm-project] 746564: [mlir][x86vector] Fix integration tests lowering (...

Adam Siemieniuk via All-commits all-commits at lists.llvm.org
Mon Feb 17 10:01:48 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 74656476b860be93ccaac12b62d81679166207fd
      https://github.com/llvm/llvm-project/commit/74656476b860be93ccaac12b62d81679166207fd
  Author: Adam Siemieniuk <adam.siemieniuk at intel.com>
  Date:   2025-02-17 (Mon, 17 Feb 2025)

  Changed paths:
    M mlir/test/Integration/Dialect/Vector/CPU/X86Vector/dot.mlir
    M mlir/test/Integration/Dialect/Vector/CPU/X86Vector/inline-asm-vector-avx512.mlir
    M mlir/test/Integration/Dialect/Vector/CPU/X86Vector/mask-compress.mlir
    M mlir/test/Integration/Dialect/Vector/CPU/X86Vector/rsqrt.mlir
    M mlir/test/Integration/Dialect/Vector/CPU/X86Vector/sparse-dot-product.mlir
    M mlir/test/Integration/Dialect/Vector/CPU/X86Vector/vp2intersect-i32.mlir

  Log Message:
  -----------
  [mlir][x86vector] Fix integration tests lowering (#124934)

Fixes MLIR lowering passes in x86vector integration tests.

The tests are refactored with lowering pass bundle which ensures that all
dialect are lowered into LLVM dialect.
This simplifies the test pipelines and addresses missing arith lowering.



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