[all-commits] [llvm/llvm-project] e41498: [mlir][arith] Add initial files for (runtime) inte...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Fri Sep 16 08:53:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e41498dddb00e6a44f77315039ee288266bddf71
https://github.com/llvm/llvm-project/commit/e41498dddb00e6a44f77315039ee288266bddf71
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
A mlir/test/Integration/Dialect/Arithmetic/CPU/lit.local.cfg
A mlir/test/Integration/Dialect/Arithmetic/CPU/test-wide-int-emulation-constants-i16.mlir
Log Message:
-----------
[mlir][arith] Add initial files for (runtime) integration tests
The goal is to have a set of runtime tests for further extercise the
wide integer emulation pass and its conversion patterns. This was
suggested by @Mogball in D133629.
Add a minimal runtime test to demonstrate that printing and pass
pipeline works as expected.
Reviewed By: Mogball
Differential Revision: https://reviews.llvm.org/D134004
More information about the All-commits
mailing list