[flang-commits] [flang] [flang] Implement !DIR$ UNROLL_AND_JAM [N] (PR #125046)
via flang-commits
flang-commits at lists.llvm.org
Thu Jan 30 02:50:59 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:
nit: should `!DIR$ UNROLL [N]` have been added here for consistency in you previous patch?
https://github.com/llvm/llvm-project/pull/125046
More information about the flang-commits
mailing list