Skip to content

Commit

Permalink
disable simplifcation of 'SimBundle'
Browse files Browse the repository at this point in the history
nothing actually depends on this, for the most part
it just wastes time
  • Loading branch information
danmatichuk committed Oct 25, 2024
1 parent 6ecb882 commit 65a18a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Pate/Verification/StrongestPosts.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,8 @@ withSimBundle ::
EquivM sym arch a
withSimBundle pg vars node f = do
bundle0 <- mkSimBundle pg node vars
bundle1 <- PSi.applySimpStrategy PSi.coreStrategy bundle0
let bundle1 = bundle0
--bundle1 <- withTracing @"debug" "simpBundle" $ PSi.applySimpStrategy PSi.coreStrategy bundle0
bundle <- applyCurrentAsms bundle1
emitTrace @"bundle" (Some bundle)
f bundle
Expand Down

0 comments on commit 65a18a9

Please sign in to comment.