[all-commits] [llvm/llvm-project] 7e835a: [mlir][arith] Add `arith.cmpi` support to WIE

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Fri Nov 11 12:14:35 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e835ae57c3628c7168fbdaaa26aa9350dfd4387
      https://github.com/llvm/llvm-project/commit/7e835ae57c3628c7168fbdaaa26aa9350dfd4387
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2022-11-11 (Fri, 11 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-cmpi-i16.mlir

  Log Message:
  -----------
  [mlir][arith] Add `arith.cmpi` support to WIE

This inludes both LIT tests over IR and runtime checks.

Reviewed By: antiagainst

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




More information about the All-commits mailing list