Open sonmarcho opened 7 months ago
I discovered the -Z mir-enable-passes=val
flag, which allows choosing exactly which mir passes to run! I'll have to experiment to see if we can get drops without other optimizations.
I discovered the
-Z mir-enable-passes=val
flag, which allows choosing exactly which mir passes to run! I'll have to experiment to see if we can get drops without other optimizations.
This looks very promising!
For context:
analysis->runtime
MIR phase, the results of which are available only inmir_drops_elaborated_and_const_checked
andoptimized_mir
;