[Mlir-commits] [mlir] 4a6fcc1 - [mlir][emitc] DCE unimplemented	decls (#121253)
    llvmlistbot at llvm.org 
    llvmlistbot at llvm.org
       
    Sat Dec 28 10:42:19 PST 2024
    
    
  
Author: Maksim Levental
Date: 2024-12-28T13:42:16-05:00
New Revision: 4a6fcc17c6d5ab9bf2b9629b49fce607a4eb4e25
URL: https://github.com/llvm/llvm-project/commit/4a6fcc17c6d5ab9bf2b9629b49fce607a4eb4e25
DIFF: https://github.com/llvm/llvm-project/commit/4a6fcc17c6d5ab9bf2b9629b49fce607a4eb4e25.diff
LOG: [mlir][emitc] DCE unimplemented decls (#121253)
Added: 
    
Modified: 
    mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
Removed: 
    
################################################################################
diff  --git a/mlir/include/mlir/Dialect/EmitC/IR/EmitC.td b/mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
index fc5a33541533a7..729a573b71c97d 100644
--- a/mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
+++ b/mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
@@ -1305,8 +1305,6 @@ def EmitC_IfOp : EmitC_Op<"if",
       Block* body = getBody(1);
       return OpBuilder::atBlockEnd(body, listener);
     }
-    Block* thenBlock();
-    Block* elseBlock();
   }];
   let hasCustomAssemblyFormat = 1;
 }
        
    
    
More information about the Mlir-commits
mailing list