[all-commits] [llvm/llvm-project] 883048: [mlir][arith] Add integration test for shrui emula...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Tue Sep 20 08:31:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 883048be84779e730b09d0826607d6cac45fad03
https://github.com/llvm/llvm-project/commit/883048be84779e730b09d0826607d6cac45fad03
Author: Jakub Kuderski <kubak at google.com>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
A mlir/test/Integration/Dialect/Arithmetic/CPU/test-wide-int-emulation-shrui-i16.mlir
Log Message:
-----------
[mlir][arith] Add integration test for shrui emulation
The new test cases focus on known edge cases in the current implementation.
Specifically, we check for low (0, 1), mid (7, 8, 9) and high (15) shift amounts with i16 operands.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D134182
More information about the All-commits
mailing list