aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Duplicateaux.ml
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-10-16 12:20:54 +0200
committerCyril SIX <cyril.six@kalray.eu>2020-10-16 12:20:54 +0200
commit0471c08b0aabf48f80a3b20939cff5a864149d88 (patch)
treebf1b7c17a70621d0890c7c31e5f4f3b8d1317b05 /backend/Duplicateaux.ml
parentb0d9d7bea68ee9443d2cd6d887e433575c2aed10 (diff)
downloadcompcert-kvx-0471c08b0aabf48f80a3b20939cff5a864149d88.tar.gz
compcert-kvx-0471c08b0aabf48f80a3b20939cff5a864149d88.zip
Comment update
Diffstat (limited to 'backend/Duplicateaux.ml')
-rw-r--r--backend/Duplicateaux.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/Duplicateaux.ml b/backend/Duplicateaux.ml
index e5b36710..08d0e1f2 100644
--- a/backend/Duplicateaux.ml
+++ b/backend/Duplicateaux.ml
@@ -15,6 +15,7 @@
(* Oracle for Duplicate pass.
* - Add static prediction information to Icond nodes
* - Performs tail duplication on interesting traces to form superblocks
+ * - Unrolls a single iteration of innermost loops
* - (TODO: perform partial loop unrolling inside innermost loops)
*)