[all-commits] [llvm/llvm-project] e03f16: [mlir] [arith] Remove buggy illegal operation in -...

Fehr Mathieu via All-commits all-commits at lists.llvm.org
Tue Apr 2 06:47:49 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e03f16f9fdfcb36ed05842f43f542107a0d46288
      https://github.com/llvm/llvm-project/commit/e03f16f9fdfcb36ed05842f43f542107a0d46288
  Author: Fehr Mathieu <mathieu.fehr at gmail.com>
  Date:   2024-04-02 (Tue, 02 Apr 2024)

  Changed paths:
    M mlir/lib/Dialect/Arith/Transforms/UnsignedWhenEquivalent.cpp

  Log Message:
  -----------
  [mlir] [arith] Remove buggy illegal operation in --arith-unsigned-when-equivalent (#87298)

`CeilDivUIOp` seemed to have been added by mistake to the list of
dynamically
illegal operations in `arith-unsigned-when-equivalent`. The only illegal
operations
should be the signed operations that can be converted to their unsigned
counterpart.



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