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

infinite loop in instcombine #1589

Closed
nlewycky opened this issue Feb 22, 2007 · 2 comments
Closed

infinite loop in instcombine #1589

nlewycky opened this issue Feb 22, 2007 · 2 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla compile-fail Use [accepts-invalid] and [rejects-valid] instead

Comments

@nlewycky
Copy link
Contributor

Bugzilla Link 1217
Resolution FIXED
Resolved on Feb 22, 2010 12:45
Version trunk
OS All
Attachments [llvm-as < pr1217.ll

Extended Description

This file causes instcombine to take a very long time. The stacktrace shows
FoldOpIntoPhi and visitAdd.

@nlewycky
Copy link
Contributor Author

assigned to @lattner

@lattner
Copy link
Collaborator

lattner commented Feb 24, 2007

Fixed, testcase here: InstCombine/2007-02-23-PhiFoldInfLoop.ll

Patch here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070219/044967.html

-Chris

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
clementval pushed a commit to clementval/llvm-project that referenced this issue Apr 20, 2022
troelsbjerre pushed a commit to troelsbjerre/llvm-project that referenced this issue Jan 10, 2024
[CodeGen][ObjC] Mark calls to objc_unsafeClaimAutoreleasedReturnValue as notail on x86-64
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