[Mlir-commits] [mlir] [MLIR][DLTI] Add mangling style (PR #125875)
Tobias Gysi
llvmlistbot at llvm.org
Mon Feb 24 01:18:10 PST 2025
================
@@ -474,6 +478,7 @@ module {}
EXPECT_EQ(layout.getProgramMemorySpace(), Attribute());
EXPECT_EQ(layout.getGlobalMemorySpace(), Attribute());
EXPECT_EQ(layout.getStackAlignment(), 0u);
+ EXPECT_EQ(layout.getManglingMode(), Attribute());
----------------
gysit wrote:
Can you add this to the following tests as well:
EmptySpec, NullSpec
And add an actuel entry in
SpecWithEntries
?
PS I know we test certain things twice but the unit test really covers all the different paths to get to a default / actual value.
https://github.com/llvm/llvm-project/pull/125875
More information about the Mlir-commits
mailing list