[Mlir-commits] [mlir] [MLIR][LLVM] Implement LLVM dialect support for global aliases (PR #125295)
Christian Ulmann
llvmlistbot at llvm.org
Mon Feb 3 23:55:05 PST 2025
================
@@ -0,0 +1,151 @@
+// RUN: mlir-translate -mlir-to-llvmir %s -split-input-file | FileCheck %s
+// RUN: mlir-opt %s -split-input-file | FileCheck -check-prefix=ROUNDTRIP %s
----------------
Dinistro wrote:
Nit: This should be in the dialect's test folder.
https://github.com/llvm/llvm-project/pull/125295
More information about the Mlir-commits
mailing list