Can someone please explain to me what is the diffe...
# compiler
i
Can someone please explain to me what is the difference between the
.asm.txt
and
.asm.ir.txt
files? I’m currently trying to add new test, but after running the test only
.asm.ir.txt
gets dumped. Is
.asm.txt
something deprecated or there’s some way to trigger its dumping? Or even should I generate one or not? There’s both variants in
testData/codegen
folder of
:plugins:parcelize-compiler
module.
d
.asm.txt
are dumps for old JVM backend, which is already deprecated
i
Thanks!
d
Seems like old tests were removed in this commit, but old dumps weren't cc @udalov
👌 1