[Mlir-commits] [mlir] [MLIR][LLVM] Remove typed pointers from the LLVM dialect (PR #71285)

Christian Ulmann llvmlistbot at llvm.org
Sat Nov 4 07:27:23 PDT 2023


================
@@ -17,37 +17,3 @@ TEST_F(LLVMIRTest, IsStructTypeMutable) {
   ASSERT_TRUE(bool(structTy));
   ASSERT_TRUE(structTy.hasTrait<TypeTrait::IsMutable>());
 }
-
----------------
Dinistro wrote:

I'm not sure if we can replace this with something better, given that mutual references are now just opaque pointers.

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


More information about the Mlir-commits mailing list