[Mlir-commits] [mlir] [mlir][emitc] Deferred emission as	expressions (PR #159975)
    Gil Rapaport 
    llvmlistbot at llvm.org
       
    Thu Oct 16 23:41:26 PDT 2025
    
    
  
================
@@ -38,9 +38,28 @@ def CExpressionInterface : OpInterface<"CExpressionInterface"> {
       };
       ```
     }],
-      "bool", "hasSideEffects", (ins), /*methodBody=*/[{}],
-       /*defaultImplementation=*/[{
+                       "bool", "hasSideEffects", (ins), /*methodBody=*/[{}],
----------------
aniragil wrote:
Aligned to format similar to other interface files.
https://github.com/llvm/llvm-project/pull/159975
    
    
More information about the Mlir-commits
mailing list