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

globalopt crash on inline asm code #1192

Closed
llvmbot opened this issue Jul 7, 2006 · 5 comments
Closed

globalopt crash on inline asm code #1192

llvmbot opened this issue Jul 7, 2006 · 5 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla compile-fail Use [accepts-invalid] and [rejects-valid] instead ipo Interprocedural optimizations

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Jul 7, 2006

Bugzilla Link 820
Resolution FIXED
Resolved on Feb 22, 2010 12:56
Version 1.7
OS All
Reporter LLVM Bugzilla Contributor

Extended Description

opt bugpoint-reduced-simplified.bc -globalopt
opt: GlobalOpt.cpp:1236: llvm::Constant* getVal(std::map<llvm::Value*,
llvm::Constant*, std::lessllvm::Value*, std::allocator<std::pair<llvm::Value*
const, llvm::Constant*> > >&, llvm::Value*): Assertion R && "Reference to an uncomputed value!"' failed. opt((anonymous namespace)::PrintStackTrace()+0x1f)[0x8480eef] /lib/tls/i686/cmov/libc.so.6(abort+0x1dc)[0xb7dd67d8] /lib/tls/i686/cmov/libc.so.6(__assert_fail+0x109)[0xb7dced5d] opt[0x82e57e2] Aborted GlobalOpt.cpp:1236: llvm::Constant* getVal(std::map<llvm::Value*, llvm::Constant*, std::less<llvm::Value*>, std::allocator<std::pair<llvm::Value* const, llvm::Constant*> > >&, llvm::Value*): Assertion R && "Reference to an
uncomputed value!"' failed.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Jul 7, 2006

assigned to @lattner

@lattner
Copy link
Collaborator

lattner commented Jul 7, 2006

Please attach the .bc file

@llvmbot
Copy link
Collaborator Author

llvmbot commented Jul 7, 2006

File causing the crash

@lattner
Copy link
Collaborator

lattner commented Jul 7, 2006

I'm on it, thanks!

@lattner
Copy link
Collaborator

lattner commented Jul 7, 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 ipo Interprocedural optimizations
Projects
None yet
Development

No branches or pull requests

2 participants