jw
07/24/2023, 8:33 PMandandSymbol
to generate code like expr1 && expr2
. This works on JVM and JS targets but fails with a TODO()
in the LLVM lowering. Is this expected to work and I should file a bug? Or since we're spinning IR should we be expected to use lower-level constructs like explicit branches? I ended up using `ifThenElse`/`irFalse` as it was the most terse IR structure I could find to model this code.shikasd
07/25/2023, 1:15 PMjw
07/25/2023, 1:15 PMjw
07/25/2023, 1:18 PMjw
07/25/2023, 1:28 PMIt produces suboptimal JSAlso knows as: It produces JS 🧌