We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c0800 commit 167dbf6Copy full SHA for 167dbf6
1 file changed
test/lit/passes/outlining.wast
@@ -1008,6 +1008,11 @@
1008
)
1009
1010
;; Test that no attempt is made to outline overlapping repeat substrings
1011
+;; In the below module, the Outlining optimization identifies two substrings
1012
+;; that each repeat twice. During filtering, one of the repeat substrings is
1013
+;; found to have an overlapping interval with itself. Because an interval is
1014
+;; dropped, only one of the substrings repeats enough times (minimum twice)
1015
+;; to warrant outlining.
1016
(module
1017
;; CHECK: (type $0 (func))
1018
0 commit comments