[Mlir-commits] [mlir] [MLIR][LLVM] Remove typed pointers from the	LLVM dialect (PR #71285)
    Markus Böck 
    llvmlistbot at llvm.org
       
    Sat Nov  4 11:10:02 PDT 2023
    
    
  
================
@@ -17,37 +17,3 @@ TEST_F(LLVMIRTest, IsStructTypeMutable) {
   ASSERT_TRUE(bool(structTy));
   ASSERT_TRUE(structTy.hasTrait<TypeTrait::IsMutable>());
 }
-
----------------
zero9178 wrote:
IIRC only invalid `LLVMStructType`s can be recursive in an opaque world so removing this test should be fine. We can now  make `LLVMStructType` a normal immutable type as well which would further make this test redundant in the future.
:fire: it :)
https://github.com/llvm/llvm-project/pull/71285
    
    
More information about the Mlir-commits
mailing list