[all-commits] [llvm/llvm-project] 043621: [mlir][arith] Add Max*I and Min*I support to WIE

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Thu Nov 17 10:41:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0436214b6d87aa501ca43540f7700fd1fe6f82dc
      https://github.com/llvm/llvm-project/commit/0436214b6d87aa501ca43540f7700fd1fe6f82dc
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2022-11-17 (Thu, 17 Nov 2022)

  Changed paths:
    M mlir/lib/Dialect/Arith/Transforms/EmulateWideInt.cpp
    M mlir/test/Dialect/Arith/emulate-wide-int.mlir
    A mlir/test/Integration/Dialect/Arith/CPU/test-wide-int-emulation-max-min-i16.mlir

  Log Message:
  -----------
  [mlir][arith] Add Max*I and Min*I support to WIE

This includes LIT IR tests and runtime tests.

Reviewed By: Mogball

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




More information about the All-commits mailing list