Skip to content
Snippets Groups Projects
Commit ee5ae131 authored by Andre Maroneze's avatar Andre Maroneze Committed by David Bühler
Browse files

[LoopAnalysis] deprecate plug-in

parent eec758df
No related branches found
No related tags found
No related merge requests found
Loop and "slevel" analysis. Loop and "slevel" analysis.
Note: this plug-in has been deprecated in favor of newer Eva features, such as
`-eva-auto-loop-unroll`, `//@ loop unroll` annotations and trace
partitioning. It will be removed in a future release.
* Overview * Overview
This plugin performs two analyses. This plugin performs two analyses.
......
...@@ -24,13 +24,15 @@ include Plugin.Register ...@@ -24,13 +24,15 @@ include Plugin.Register
(struct (struct
let name = "loop" let name = "loop"
let shortname = "loop" let shortname = "loop"
let help = "Find number of iterations in loops, and slevel value" let help = "[DEPRECATED: use Eva's loop unroll annotations and options] \
Find number of iterations in loops, and slevel value"
end) end)
module Run = False module Run = False
(struct (struct
let option_name = "-loop" let option_name = "-loop"
let help = "Launch loop analysis" let help = "[deprecated: use Eva loop unroll annotations or \
-eva-auto-loop-unroll] Launch loop analysis"
end) end)
module MaxIterations = Int module MaxIterations = Int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment