Skip to content

Commit

Permalink
[GR-21767] Duplicate irreducible loops.
Browse files Browse the repository at this point in the history
PullRequest: graal/5666
  • Loading branch information
gilles-duboscq committed Mar 24, 2020
2 parents c34c487 + 1a95947 commit 4662877
Show file tree
Hide file tree
Showing 5 changed files with 788 additions and 224 deletions.
Expand Up @@ -138,6 +138,8 @@ public enum PrintGraphTarget {
public static final OptionKey<Boolean> PrintCFG = new OptionKey<>(false);
@Option(help = "Enable dumping LIR, register allocation and code generation info to the C1Visualizer.", type = OptionType.Debug)
public static final OptionKey<Boolean> PrintBackendCFG = new OptionKey<>(true);
@Option(help = "Enable dumping CFG built during initial BciBlockMapping", type = OptionType.Debug)
public static final OptionKey<Boolean> PrintBlockMapping = new OptionKey<>(false);

@Option(help = "file:doc-files/PrintGraphHelp.txt", type = OptionType.Debug)
public static final EnumOptionKey<PrintGraphTarget> PrintGraph = new EnumOptionKey<>(PrintGraphTarget.File);
Expand Down

0 comments on commit 4662877

Please sign in to comment.