[Mlir-commits] [mlir] [MLIR][LLVM] Implement LLVM dialect support for global aliases (PR #125295)

Bruno Cardoso Lopes llvmlistbot at llvm.org
Mon Feb 3 15:26:55 PST 2025


bcardosolopes wrote:

> This is also missing a roundtrip test for the operation in the LLVM dialect

@Dinistro thanks for the review. What's the proper way to go about this? Should I just add an extra RUN line in `mlir/test/Target/LLVMIR/Import/alias.ll` that roundtrips the output using the `mlir-translate --import-llvm` or is there a specific directory for such tests?

https://github.com/llvm/llvm-project/pull/125295


More information about the Mlir-commits mailing list