This allows writing simple e2e tests where we can check for the proper materialization
of specific LLVM IR (e.g. llvm.intr.fmuladd).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D138776
[mlir][Test] Add a test pass to act as a sink towards LLVM conversion ClosedPublic Authored by nicolasvasilache on Nov 28 2022, 12:37 AM.
Details Summary This allows writing simple e2e tests where we can check for the proper materialization
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 28 2022, 12:41 AM This revision was landed with ongoing or failed builds.Nov 28 2022, 1:00 AM Closed by commit rG6e92d3feaded: [mlir][Test] Add a test pass to act as a sink towards LLVM conversion (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 478149 mlir/test/Dialect/LLVM/transform-e2e.mlir
mlir/test/lib/Dialect/CMakeLists.txt
mlir/test/lib/Dialect/LLVM/CMakeLists.txt
mlir/test/lib/Dialect/LLVM/TestLowerToLLVM.cpp
mlir/tools/mlir-opt/CMakeLists.txt
mlir/tools/mlir-opt/mlir-opt.cpp
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
|