Skip to content

Commit

Permalink
Perform loop normalization also on Threads, making it applicable to l…
Browse files Browse the repository at this point in the history
…itmus code.
  • Loading branch information
ThomasHaas authored and hernanponcedeleon committed Sep 11, 2024
1 parent 951f326 commit 161bd16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private ProcessingManager(Configuration config) throws InvalidConfigurationExcep
Simplifier.fromConfig(config)
), Target.FUNCTIONS, true
),
ProgramProcessor.fromFunctionProcessor(NormalizeLoops.newInstance(), Target.FUNCTIONS, true),
ProgramProcessor.fromFunctionProcessor(NormalizeLoops.newInstance(), Target.ALL, true),
RegisterDecomposition.newInstance(),
RemoveDeadFunctions.newInstance(),
printAfterSimplification ? DebugPrint.withHeader("After simplification", Printer.Mode.ALL) : null,
Expand Down

0 comments on commit 161bd16

Please sign in to comment.