Closed PeterTillema closed 2 years ago
Can confirm, with -Ofast and compiling in debug, I get the error on the latest version too (d3040c334d3ff4280ee73e71082761a9cff7a847):
fatal error: error in backend: unable to legalize instruction: %7:_(s32) = nnan ninf nsz arcp contract afn reassoc G_FEXP2 %6:_ (in function: __main_argc_argv)
Minimal code to reproduce:
Compile this program with the
-Ofast
flag and usingmake debug
. I get this error: