[llvm-branch-commits] [flang] [flang][fir] Add `fir.local` op for locality specifiers (PR #138505)

Tom Eccles via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue May 6 08:05:48 PDT 2025


================
@@ -3485,6 +3485,137 @@ def fir_BoxTotalElementsOp
   let hasCanonicalizer = 1;
 }
 
+def YieldOp : fir_Op<"yield",
----------------
tblah wrote:

What about the locallity specifiers requires a different terminator? Couldn't this use `fir.result`?

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


More information about the llvm-branch-commits mailing list