[mlir][arith] Add shli support to WIE
authorJakub Kuderski <kubak@google.com>
Wed, 5 Oct 2022 19:09:45 +0000 (15:09 -0400)
committerJakub Kuderski <kubak@google.com>
Wed, 5 Oct 2022 19:09:58 +0000 (15:09 -0400)
commite99e8ad24da902bd34902e6e83b6e71e255bf868
treee3af69b4adc452269636fac02a99cfdcced910eb
parent2cdd246a39076379b1678782f99872f918fa358c
[mlir][arith] Add shli support to WIE

Reviewed By: ThomasRaoux

Differential Revision: https://reviews.llvm.org/D135234
mlir/lib/Dialect/Arith/Transforms/EmulateWideInt.cpp
mlir/test/Dialect/Arith/emulate-wide-int.mlir
mlir/test/Integration/Dialect/Arith/CPU/test-wide-int-emulation-compare-results-i16.mlir
mlir/test/Integration/Dialect/Arith/CPU/test-wide-int-emulation-shli-i16.mlir [new file with mode: 0644]