We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57c6e3 commit 5b13401Copy full SHA for 5b13401
fuzz.py
@@ -21,9 +21,9 @@
21
fuzz_mode = os.environ['FUZZ_MODE']
22
23
keywords = [
24
-('test/Transforms/InstCombine', 'instcombine'),
25
-('test/Transforms/InstSimplify', 'instcombine'),
26
-('test/Analysis/ValueTracking', 'instcombine'),
+('test/Transforms/InstCombine', 'instcombine<no-verify-fixpoint>'),
+('test/Transforms/InstSimplify', 'instcombine<no-verify-fixpoint>'),
+('test/Analysis/ValueTracking', 'instcombine<no-verify-fixpoint>'),
27
('test/Transforms/ConstraintElimination', 'constraint-elimination'),
28
('test/Transforms/EarlyCSE', 'early-cse'),
29
('test/Transforms/GVN', 'gvn'),
0 commit comments