[all-commits] [llvm/llvm-project] af4dcb: [mlir][affine] Verify `map` of affineMaxMinOp has ...

Longsheng Mou via All-commits all-commits at lists.llvm.org
Fri Sep 20 03:45:56 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: af4dcbbfe6c7b2c7390a202580e0d2093d2aeb49
      https://github.com/llvm/llvm-project/commit/af4dcbbfe6c7b2c7390a202580e0d2093d2aeb49
  Author: Longsheng Mou <longshengmou at gmail.com>
  Date:   2024-09-20 (Fri, 20 Sep 2024)

  Changed paths:
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/test/Dialect/Affine/invalid.mlir

  Log Message:
  -----------
  [mlir][affine] Verify `map` of affineMaxMinOp has at least one result (#108699)

This PR fixes a bug in `verifyAffineMinMaxOp` that allowed `map` of
`affine.max` and `affine.min` to have an empty result. Fixes #108368.



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