[Mlir-commits] [mlir] [MLIR][DLTI] Add mangling style (PR #125875)
Tobias Gysi
llvmlistbot at llvm.org
Wed Feb 5 23:20:53 PST 2025
================
@@ -72,6 +73,10 @@ struct TestDataLayoutQuery
allocaMemorySpace == Attribute()
? builder.getUI32IntegerAttr(0)
: allocaMemorySpace),
+ builder.getNamedAttr("mangling_style",
----------------
gysit wrote:
This test pass is used by `/llvm-project/mlir/test/Dialect/LLVMIR/layout.mlir` and other tests, to check if querying the data layout works. Can you add some check lines in one of the tests to check the mangling styles work as expected (probably in layout.mlir)?
https://github.com/llvm/llvm-project/pull/125875
More information about the Mlir-commits
mailing list