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

SelectionDAG crashes on optnone function after r308025 #33180

Closed
chandlerc opened this issue Jul 18, 2017 · 1 comment
Closed

SelectionDAG crashes on optnone function after r308025 #33180

chandlerc opened this issue Jul 18, 2017 · 1 comment
Labels
bugzilla Issues migrated from bugzilla duplicate Resolved as duplicate

Comments

@chandlerc
Copy link
Member

Bugzilla Link 33833
Resolution DUPLICATE
Resolved on Jul 18, 2017 10:43
Version unspecified
OS Linux
Attachments reduced IR test case

Extended Description

After r308025, SelectionDAG crashes while compiling the file:
https://github.com/xiph/speex/blob/master/libspeex/testenc.c

(Possibly some older version of it, I haven't checked...)

I'm attaching a minimized test case that pretty clearly shows the bug. It seems specific to O0 (optnone attribute is applied).

Because this is blocking even unoptimized builds I'm going to revert the patch while it gets investigated.

@llvmbot
Copy link
Collaborator

llvmbot commented Jul 18, 2017

*** This bug has been marked as a duplicate of bug #31862 ***

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 10, 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 duplicate Resolved as duplicate
Projects
None yet
Development

No branches or pull requests

2 participants