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
When i tried to raise 403.gcc( a testcase in SPEC 2006 benchmark), i got such a Asseertion:
"Unexpected block terminator found".
This assertion is defined in llvm-mctoll/X86/X86FuncPrototypeDiscovery.cpp:250:
i dumped the TermInst, it is a "JMP64r $rax", so the OpType might be a MO_Register.
i guess it is a bug in MachineInstRaiser
attach with my test binary
Look forward to your reply! gcc_base.zip
The text was updated successfully, but these errors were encountered:
When i tried to raise 403.gcc( a testcase in SPEC 2006 benchmark), i got such a Asseertion:
"Unexpected block terminator found".
This assertion is defined in llvm-mctoll/X86/X86FuncPrototypeDiscovery.cpp:250:
i dumped the TermInst, it is a "JMP64r $rax", so the OpType might be a MO_Register.
i guess it is a bug in MachineInstRaiser
attach with my test binary
Look forward to your reply!
gcc_base.zip
The text was updated successfully, but these errors were encountered: