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 failure in register coalescer with AMDGPU backend #27365

Closed
tstellar opened this issue Mar 19, 2016 · 2 comments
Closed

Assertion failure in register coalescer with AMDGPU backend #27365

tstellar opened this issue Mar 19, 2016 · 2 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla llvm:regalloc

Comments

@tstellar
Copy link
Collaborator

Bugzilla Link 26991
Resolution FIXED
Resolved on Mar 24, 2016 16:42
Version trunk
OS Linux
Attachments Failing test case
CC @MatzeB,@qcolombet

Extended Description

I'm seeing an assertion failure with the attached testcase:

llc: ../include/llvm/CodeGen/SlotIndexes.h:124: llvm::IndexListEntry* llvm::SlotIndex::listEntry() const: Assertion `isValid() && "Attempt to compare reserved index."' failed.

To reproduce:

llc -mtriple=amdgcn--amdhsa -mcpu=fiji amdgpu-coalescer-assert.ll -o - -verify-machineinstrs

@tstellar
Copy link
Collaborator Author

assigned to @MatzeB

@MatzeB
Copy link
Contributor

MatzeB commented Mar 24, 2016

Fixed in r264345

@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