[all-commits] [llvm/llvm-project] 643333: [mlir][arith] Add `arith.shrsi` support to WIE
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Mon Nov 14 17:52:59 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64333332db6f1640ea43339d4d72da7379b41b41
https://github.com/llvm/llvm-project/commit/64333332db6f1640ea43339d4d72da7379b41b41
Author: Jakub Kuderski <kubak at google.com>
Date: 2022-11-14 (Mon, 14 Nov 2022)
Changed paths:
M mlir/lib/Dialect/Arith/Transforms/EmulateWideInt.cpp
M mlir/test/Dialect/Arith/emulate-wide-int.mlir
M mlir/test/Integration/Dialect/Arith/CPU/test-wide-int-emulation-compare-results-i16.mlir
A mlir/test/Integration/Dialect/Arith/CPU/test-wide-int-emulation-shrsi-i16.mlir
M mlir/test/Integration/Dialect/Arith/CPU/test-wide-int-emulation-shrui-i16.mlir
Log Message:
-----------
[mlir][arith] Add `arith.shrsi` support to WIE
This includes LIT tests over the generated ops and runtime tests.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D137965
More information about the All-commits
mailing list