Commit c420d37
[IR] Drop valueArgumentsCount from IrCallImpl
KT-700571 parent 79a6b2e commit c420d37
File tree
62 files changed
+47
-136
lines changed- compiler
- fir
- entrypoint/src/org/jetbrains/kotlin/fir/backend
- fir2ir/src/org/jetbrains/kotlin/fir/backend
- generators
- ir
- backend.common
- src/org/jetbrains/kotlin/backend/common
- ir
- lower
- inline
- loops
- test/org/jetbrains/kotlin/backend/common
- backend.js/src/org/jetbrains/kotlin/ir/backend/js
- ir
- lower
- calls
- inline
- backend.jvm
- lower/src/org/jetbrains/kotlin/backend/jvm/lower
- src/org/jetbrains/kotlin/backend/jvm/ir
- backend.wasm/src/org/jetbrains/kotlin/backend/wasm/lower
- ir.inline/src/org/jetbrains/kotlin/ir/inline
- ir.interpreter/src/org/jetbrains/kotlin/ir/interpreter
- ir.tree/src/org/jetbrains/kotlin/ir
- builders
- expressions/impl
- util
- serialization.common/src/org/jetbrains/kotlin/backend/common/linkage/partial
- tests-common-new/tests/org/jetbrains/kotlin/test/backend/handlers
- tests-common/tests/org/jetbrains/kotlin/codegen/ir
- kotlin-native/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan
- ir
- lower
- optimizations
- plugins
- atomicfu/atomicfu-compiler/src/org/jetbrains/kotlinx/atomicfu/compiler/backend
- js
- jvm
- compose/compiler-hosted/src/main/java/androidx/compose/compiler/plugins/kotlin/lower
- js-plain-objects/compiler-plugin/js-plain-objects.backend/src/org/jetbrains/kotlinx/jso/compiler/backend
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
62 files changed
+47
-136
lines changedLines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
354 | | - | |
| 353 | + | |
355 | 354 | | |
356 | 355 | | |
357 | 356 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | 287 | | |
289 | 288 | | |
290 | 289 | | |
| |||
676 | 675 | | |
677 | 676 | | |
678 | 677 | | |
679 | | - | |
680 | | - | |
| 678 | + | |
681 | 679 | | |
682 | 680 | | |
683 | 681 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
590 | | - | |
591 | 590 | | |
592 | 591 | | |
593 | 592 | | |
| |||
767 | 766 | | |
768 | 767 | | |
769 | 768 | | |
770 | | - | |
771 | 769 | | |
772 | 770 | | |
773 | 771 | | |
| |||
812 | 810 | | |
813 | 811 | | |
814 | 812 | | |
815 | | - | |
816 | 813 | | |
817 | 814 | | |
818 | 815 | | |
| |||
1243 | 1240 | | |
1244 | 1241 | | |
1245 | 1242 | | |
1246 | | - | |
1247 | | - | |
| 1243 | + | |
1248 | 1244 | | |
1249 | 1245 | | |
1250 | 1246 | | |
| |||
compiler/fir/fir2ir/src/org/jetbrains/kotlin/fir/backend/generators/OperatorExpressionGenerator.kt
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
321 | 320 | | |
322 | 321 | | |
323 | 322 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
369 | 368 | | |
370 | 369 | | |
371 | 370 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
| 168 | + | |
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
634 | | - | |
635 | 634 | | |
636 | 635 | | |
637 | 636 | | |
| |||
0 commit comments