Skip to content

Commit 167dbf6

Browse files
committed
test comment
1 parent 79c0800 commit 167dbf6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/lit/passes/outlining.wast

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,11 @@
10081008
)
10091009

10101010
;; 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.
10111016
(module
10121017
;; CHECK: (type $0 (func))
10131018

0 commit comments

Comments
 (0)