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
Bugpoint produced this while trying to reduce test case for
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000010
0x035ce798 in llvm::isInstructionTriviallyDead (I=0xcb0e0e0) at Local.cpp:328
328 if (!I->mayWriteToMemory()) return true;
I am not sure this smaller test cause produces same crash or not. But in any case it causes Illegal
Instruction
$ opt lgc.bc -load-vn -gcse -simplifycfg
The text was updated successfully, but these errors were encountered:
Extended Description
Bugpoint produced this while trying to reduce test case for
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000010
0x035ce798 in llvm::isInstructionTriviallyDead (I=0xcb0e0e0) at Local.cpp:328
328 if (!I->mayWriteToMemory()) return true;
I am not sure this smaller test cause produces same crash or not. But in any case it causes Illegal
Instruction
$ opt lgc.bc -load-vn -gcse -simplifycfg
The text was updated successfully, but these errors were encountered: