Files
kotlin/compiler/testData/codegen/bytecodeText
Mads Ager 57489febf0 JVM IR: simplify chains of negations in if conditions.
Introduce lowering phase that turns !!exp -> exp for the boolean
'not' builtin. This makes sure that code such as

```
if (!!!!!booleanValue) {
    doStuff()
}
```

generates only one branch.
2019-01-08 12:09:23 +01:00
..
2018-12-28 14:18:39 +03:00
2018-12-28 14:18:39 +03:00
2018-12-28 14:18:39 +03:00
2018-12-28 14:18:39 +03:00
2018-12-28 19:51:59 +03:00
2018-12-28 14:18:39 +03:00