Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assertion failed in InstCombine #1438

Closed
asl opened this issue Dec 24, 2006 · 1 comment
Closed

Assertion failed in InstCombine #1438

asl opened this issue Dec 24, 2006 · 1 comment
Labels
bugzilla Issues migrated from bugzilla compile-fail Use [accepts-invalid] and [rejects-valid] instead

Comments

@asl
Copy link
Collaborator

asl commented Dec 24, 2006

Bugzilla Link 1066
Resolution FIXED
Resolved on Nov 07, 2018 00:17
Version trunk
OS All
Attachments Failed bytecode

Extended Description

$ ./opt -instcombine bugpoint-reduced-simplified.bc -o test_bc.bc -f
opt: /home/asl/proj/llvm/src/lib/VMCore/Value.cpp:157: void
llvm::Value::replaceAllUsesWith(llvm::Value*): Assertion `New->getType() ==
getType() && "replaceAllUses of value with new value of different type!"' failed.
./opt((anonymous namespace)::PrintStackTrace()+0x1f)[0x836a7ff]
/lib/libc.so.6(abort+0xeb)[0xb7d81133]
/lib/libc.so.6(__assert_fail+0xeb)[0xb7d794f3]
./opt[0x832f26c]

Bytecode attached

@llvmbot
Copy link
Collaborator

llvmbot commented Dec 24, 2006

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla compile-fail Use [accepts-invalid] and [rejects-valid] instead
Projects
None yet
Development

No branches or pull requests

2 participants