[all-commits] [llvm/llvm-project] a586c5: [mlir][vector] Add mask fold test for gather lowering

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Thu Mar 16 07:20:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a586c551000bcd874852ea1265f6dac4b3d894b3
      https://github.com/llvm/llvm-project/commit/a586c551000bcd874852ea1265f6dac4b3d894b3
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    M mlir/test/Dialect/Vector/vector-gather-lowering.mlir

  Log Message:
  -----------
  [mlir][vector] Add mask fold test for gather lowering

Check that `scf.if` checks are folded when the mask is all set / not
set.

This to address post-commit feedback for
https://reviews.llvm.org/D145942.

Reviewed By: dcaballe

Differential Revision: https://reviews.llvm.org/D146144




More information about the All-commits mailing list