[all-commits] [llvm/llvm-project] 6e92d3: [mlir][Test] Add a test pass to act as a sink towa...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Nov 28 01:00:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e92d3feaded24e5e0b41b8c0a07bddf3f6aa827
https://github.com/llvm/llvm-project/commit/6e92d3feaded24e5e0b41b8c0a07bddf3f6aa827
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-11-28 (Mon, 28 Nov 2022)
Changed paths:
A mlir/test/Dialect/LLVM/transform-e2e.mlir
M mlir/test/lib/Dialect/CMakeLists.txt
A mlir/test/lib/Dialect/LLVM/CMakeLists.txt
A mlir/test/lib/Dialect/LLVM/TestLowerToLLVM.cpp
M mlir/tools/mlir-opt/CMakeLists.txt
M mlir/tools/mlir-opt/mlir-opt.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
M utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Log Message:
-----------
[mlir][Test] Add a test pass to act as a sink towards LLVM conversion
This allows writing simple e2e tests where we can check for the proper materialization
of specific LLVM IR (e.g. `llvm.intr.fmuladd`).
Differential Revision: https://reviews.llvm.org/D138776
More information about the All-commits
mailing list