[flang-commits] [flang] [flang] Implement !DIR$ UNROLL_AND_JAM [N] (PR #125046)
via flang-commits
flang-commits at lists.llvm.org
Thu Jan 30 04:40:55 PST 2025
================
@@ -3349,6 +3349,7 @@ struct StmtFunctionStmt {
// !DIR$ IGNORE_TKR [ [(tkrdmac...)] name ]...
// !DIR$ LOOP COUNT (n1[, n2]...)
// !DIR$ name[=value] [, name[=value]]... = can be :
+// !DIR$ UNROLL_AND_JAM [N]
----------------
jeanPerier wrote:
Yes please, it is minor enough enough so that you can do it here.
https://github.com/llvm/llvm-project/pull/125046
More information about the flang-commits
mailing list