[all-commits] [llvm/llvm-project] 95c3e9: [mlir][arith] Support wide int shrui emulation

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Fri Sep 16 09:10:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 95c3e9c222121bca4b12aeaede03824edc8a33db
      https://github.com/llvm/llvm-project/commit/95c3e9c222121bca4b12aeaede03824edc8a33db
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
    M mlir/lib/Dialect/Arithmetic/Transforms/EmulateWideInt.cpp
    M mlir/test/Dialect/Arithmetic/emulate-wide-int.mlir

  Log Message:
  -----------
  [mlir][arith] Support wide int shrui emulation

Tested by checking all 16-bit LHS and all valid RHS when emulating i16 with i8 operations.

Reviewed By: antiagainst, Mogball

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




More information about the All-commits mailing list