[Mlir-commits] [mlir] [MLIR][LLVM] Implement LLVM dialect support for global aliases (PR #125295)
Tobias Gysi
llvmlistbot at llvm.org
Sat Feb 1 10:17:56 PST 2025
================
@@ -0,0 +1,45 @@
+; RUN: mlir-translate --import-llvm %s | FileCheck %s
----------------
gysit wrote:
Didn't look at the test in detail yet but we probably want to have some checks for the verifiers in `llvm-project/mlir/test/Dialect/LLVMIR/invalid.mlir`.
https://github.com/llvm/llvm-project/pull/125295
More information about the Mlir-commits
mailing list