Skip to content

Commit

Permalink
Ignore ipt.NumInstScanned
Browse files Browse the repository at this point in the history
Signed-off-by: Yingwei Zheng <[email protected]>
  • Loading branch information
dtcxzyw authored Sep 24, 2024
1 parent 86a26ba commit 97da846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/gen_optimized.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ def run_opt(task):
'memory-builtins.ObjectVisitorArgument',
'aa.NumNoAlias',
'assume-queries.NumAssumeQueries',
'capture-tracking.NumNotCaptured'
'capture-tracking.NumNotCaptured',
'ipt.NumInstScanned'
}

with open('test.log', 'w') as log:
Expand Down

0 comments on commit 97da846

Please sign in to comment.