Skip to content

Commit

Permalink
reorganise procedure summary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
l-kent committed Aug 19, 2024
1 parent da8f381 commit b03838e
Show file tree
Hide file tree
Showing 31 changed files with 29 additions and 1,873 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/util/RunUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -968,9 +968,9 @@ object RunUtils {
result.reachingDefs,
ctx.program
)
Logger.info("[!] Generating Function Summaries")
Logger.info("[!] Generating Procedure Summaries")
if (config.summariseProcedures) {
IRTransform.generateFunctionSummaries(ctx, ctx.program, result.constPropResult, result.varDepsSummaries)
IRTransform.generateProcedureSummaries(ctx, ctx.program, result.constPropResult, result.varDepsSummaries)
}
if (modified) {
iteration += 1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ENABLED_COMPILERS = gcc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ENABLED_COMPILERS = gcc_O2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ENABLED_COMPILERS = gcc_O2

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Loading

0 comments on commit b03838e

Please sign in to comment.