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

Couldn't join subrange unreachable for RegisterCoalescer remat #32871

Closed
dstutt opened this issue Jun 20, 2017 · 3 comments
Closed

Couldn't join subrange unreachable for RegisterCoalescer remat #32871

dstutt opened this issue Jun 20, 2017 · 3 comments
Labels
bugzilla Issues migrated from bugzilla llvm:regalloc

Comments

@dstutt
Copy link
Collaborator

dstutt commented Jun 20, 2017

Bugzilla Link 33524
Resolution FIXED
Resolved on Jul 06, 2017 10:10
Version trunk
OS All
Attachments Test case
CC @arsenm

Extended Description

I'm seeing an issue for the AMDGCN backend (llc -march=amdgcn .ll) where the RegisterCoalescer hits unreachable for a SubRange join

I think I've narrowed this down to an issue in a remat (hence the name)

I've got a potential fix for this that I'll post to reviews.llvm.org (and link from here)

I've already verified that the fix doesn't make any difference to bug 33152 which superficially seems similar.
bug 32773 may also be related

@dstutt
Copy link
Collaborator Author

dstutt commented Jun 20, 2017

See https://reviews.llvm.org/D34391 for a potential fix

@arsenm
Copy link
Contributor

arsenm commented Jun 20, 2017

Possibly the same as bug 33152

@dstutt
Copy link
Collaborator Author

dstutt commented Jul 6, 2017

https://reviews.llvm.org/D34391 now submitted

@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 llvm:regalloc
Projects
None yet
Development

No branches or pull requests

2 participants