|
38 | 38 |
|
39 | 39 | // CHECK_1: test-options-pass{enum=zero list={1,2,3,4,5} string=nested_pipeline{arg1=10 arg2=" {} " arg3=true} string-list={a,b,c,d}} |
40 | 40 | // CHECK_2: test-options-pass{enum=one list={1} string= string-list={a,b}} |
41 | | -// CHECK_3: builtin.module(builtin.module(func.func(test-options-pass{enum=zero list={3} string= }),func.func(test-options-pass{enum=one list={1,2,3,4} string= }))) |
42 | | -// CHECK_4: builtin.module(builtin.module(func.func(test-options-pass{enum=zero list={3} string= }),func.func(test-options-pass{enum=one list={1,2,3,4} string=foobar }))) |
43 | | -// CHECK_5: builtin.module(builtin.module(func.func(test-options-pass{enum=zero list={3} string= }),func.func(test-options-pass{enum=one list={1,2,3,4} string={foo bar baz} }))) |
44 | | -// CHECK_6: builtin.module(builtin.module(func.func(test-options-pass{enum=zero list={3} string= }),func.func(test-options-pass{enum=one list={1,2,3,4} string=foo"bar"baz }))) |
45 | | -// CHECK_7{LITERAL}: builtin.module(func.func(test-options-super-pass{list={{enum=zero list={1} string=foo },{enum=one list={2} string=bar },{enum=two list={3} string=baz }}})) |
46 | | -// CHECK_8{LITERAL}: builtin.module(func.func(test-options-super-pass{list={{enum=zero list={1} string=foo },{enum=one string=bar }}})) |
47 | | -// CHECK_9: builtin.module(func.func(test-options-pass{enum=zero string= string-list={}})) |
48 | | -// CHECK_10: builtin.module(func.func(test-options-pass{enum=zero string= string-list={,}})) |
| 41 | + |
| 42 | +// CHECK_3: builtin.module( |
| 43 | +// CHECK_3-NEXT: builtin.module( |
| 44 | +// CHECK_3-NEXT: func.func( |
| 45 | +// CHECK_3-NEXT: test-options-pass{enum=zero list={3} string= } |
| 46 | +// CHECK_3-NEXT: ), |
| 47 | +// CHECK_3-NEXT: func.func( |
| 48 | +// CHECK_3-NEXT: test-options-pass{enum=one list={1,2,3,4} string= } |
| 49 | +// CHECK_3-NEXT: ) |
| 50 | +// CHECK_3-NEXT: ) |
| 51 | +// CHECK_3-NEXT: ) |
| 52 | + |
| 53 | +// CHECK_4: builtin.module( |
| 54 | +// CHECK_4-NEXT: builtin.module( |
| 55 | +// CHECK_4-NEXT: func.func( |
| 56 | +// CHECK_4-NEXT: test-options-pass{enum=zero list={3} string= } |
| 57 | +// CHECK_4-NEXT: ), |
| 58 | +// CHECK_4-NEXT: func.func( |
| 59 | +// CHECK_4-NEXT: test-options-pass{enum=one list={1,2,3,4} string=foobar } |
| 60 | +// CHECK_4-NEXT: ) |
| 61 | +// CHECK_4-NEXT: ) |
| 62 | +// CHECK_4-NEXT: ) |
| 63 | + |
| 64 | +// CHECK_5: builtin.module( |
| 65 | +// CHECK_5-NEXT: builtin.module( |
| 66 | +// CHECK_5-NEXT: func.func( |
| 67 | +// CHECK_5-NEXT: test-options-pass{enum=zero list={3} string= } |
| 68 | +// CHECK_5-NEXT: ), |
| 69 | +// CHECK_5-NEXT: func.func( |
| 70 | +// CHECK_5-NEXT: test-options-pass{enum=one list={1,2,3,4} string={foo bar baz} } |
| 71 | +// CHECK_5-NEXT: ) |
| 72 | +// CHECK_5-NEXT: ) |
| 73 | +// CHECK_5-NEXT: ) |
| 74 | + |
| 75 | +// CHECK_6: builtin.module( |
| 76 | +// CHECK_6-NEXT: builtin.module( |
| 77 | +// CHECK_6-NEXT: func.func( |
| 78 | +// CHECK_6-NEXT: test-options-pass{enum=zero list={3} string= } |
| 79 | +// CHECK_6-NEXT: ), |
| 80 | +// CHECK_6-NEXT: func.func( |
| 81 | +// CHECK_6-NEXT: test-options-pass{enum=one list={1,2,3,4} string=foo"bar"baz } |
| 82 | +// CHECK_6-NEXT: ) |
| 83 | +// CHECK_6-NEXT: ) |
| 84 | +// CHECK_6-NEXT: ) |
| 85 | + |
| 86 | +// CHECK_7{LITERAL}: builtin.module( |
| 87 | +// CHECK_7{LITERAL}-NEXT: func.func( |
| 88 | +// CHECK_7{LITERAL}-NEXT: test-options-super-pass{list={{enum=zero list={1} string=foo },{enum=one list={2} string=bar },{enum=two list={3} string=baz }}} |
| 89 | +// CHECK_7{LITERAL}-NEXT: ) |
| 90 | +// CHECK_7{LITERAL}-NEXT: ) |
| 91 | + |
| 92 | +// CHECK_8{LITERAL}: builtin.module( |
| 93 | +// CHECK_8{LITERAL}-NEXT: func.func( |
| 94 | +// CHECK_8{LITERAL}-NEXT: test-options-super-pass{list={{enum=zero list={1} string=foo },{enum=one string=bar }}} |
| 95 | +// CHECK_8{LITERAL}-NEXT: ) |
| 96 | +// CHECK_8{LITERAL}-NEXT: ) |
| 97 | + |
| 98 | +// CHECK_9: builtin.module( |
| 99 | +// CHECK_9-NEXT: func.func( |
| 100 | +// CHECK_9-NEXT: test-options-pass{enum=zero string= string-list={}} |
| 101 | +// CHECK_9-NEXT: ) |
| 102 | +// CHECK_9-NEXT: ) |
| 103 | + |
| 104 | +// CHECK_10: builtin.module( |
| 105 | +// CHECK_10-NEXT: func.func( |
| 106 | +// CHECK_10-NEXT: test-options-pass{enum=zero string= string-list={,}} |
| 107 | +// CHECK_10-NEXT: ) |
| 108 | +// CHECK_10-NEXT: ) |
0 commit comments