You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2026. It is now read-only.
For env that has not executed any action, call write_bitcode directly. The generated bitcode is different from the original bitcode. I want to know what happened during this period? Was opt executed again?
I set COMPILER_GYM_DEBUG=99. According to the log, it seems that the first time llvm::parseBitcodeFile(83068 bits) loaded the original bitcode, and then llvm::parseBitcodeFile(77648) was executed again without performing any operations. bitcode, here is the last written bitcode, but I haven’t found where it is called.
❓ Questions and Help
For env that has not executed any action, call write_bitcode directly. The generated bitcode is different from the original bitcode. I want to know what happened during this period? Was opt executed again?
I set
COMPILER_GYM_DEBUG=99. According to the log, it seems that the first timellvm::parseBitcodeFile(83068 bits)loaded the original bitcode, and thenllvm::parseBitcodeFile(77648)was executed again without performing any operations. bitcode, here is the last written bitcode, but I haven’t found where it is called.Additional Context