[flang-commits] [flang] [flang] Added fir.create_box operation. (PR #210220)

via flang-commits flang-commits at lists.llvm.org
Fri Jul 17 03:19:09 PDT 2026


================
@@ -1019,6 +1019,65 @@ def fir_ReboxOp : fir_Op<"rebox", [NoMemoryEffect, AttrSizedOperandSegments,
   }];
 }
 
+def fir_CreateBoxOp : fir_Op<"create_box", [NoMemoryEffect,
----------------
jeanPerier wrote:

Is there anything that prevents it from being speculatable/pure?

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


More information about the flang-commits mailing list