Skip to content

Commit 5b13401

Browse files
committed
script: disable fixpoint check
1 parent a57c6e3 commit 5b13401

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fuzz.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
fuzz_mode = os.environ['FUZZ_MODE']
2222

2323
keywords = [
24-
('test/Transforms/InstCombine', 'instcombine'),
25-
('test/Transforms/InstSimplify', 'instcombine'),
26-
('test/Analysis/ValueTracking', 'instcombine'),
24+
('test/Transforms/InstCombine', 'instcombine<no-verify-fixpoint>'),
25+
('test/Transforms/InstSimplify', 'instcombine<no-verify-fixpoint>'),
26+
('test/Analysis/ValueTracking', 'instcombine<no-verify-fixpoint>'),
2727
('test/Transforms/ConstraintElimination', 'constraint-elimination'),
2828
('test/Transforms/EarlyCSE', 'early-cse'),
2929
('test/Transforms/GVN', 'gvn'),

0 commit comments

Comments
 (0)