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

Running pass 'Greedy Register Allocator' on function '@dtrmmBlock' #31700

Closed
llvmbot opened this issue Mar 20, 2017 · 5 comments
Closed

Running pass 'Greedy Register Allocator' on function '@dtrmmBlock' #31700

llvmbot opened this issue Mar 20, 2017 · 5 comments
Assignees
Labels
backend:AMDGPU bugzilla Issues migrated from bugzilla regression

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Mar 20, 2017

Bugzilla Link 32353
Resolution FIXED
Resolved on Mar 22, 2017 07:47
Version trunk
OS Linux
Attachments Bugpoint reduced LLVM IR, clBLAS kernel
Reporter LLVM Bugzilla Contributor
CC @MatzeB,@qcolombet

Extended Description

$ clang --version
clang version 5.0.0 (https://github.com/llvm-mirror/clang.git 22ceb362cdbd367ec680a2960dbc0904d7531868) (https://github.com/llvm-mirror/llvm.git 56d588a)
Target: x86_64-unknown-linux-gnu
Thread model: posix

$ llc -march=amdgcn -mcpu=fiji bugpoint-reduced-simplified.ll
#​0 0x00007f5c1d4bedea llvm::sys::PrintStackTrace(llvm::raw_ostream&) (/usr/local/bin/../lib64/libLLVMSupport.so.5+0xe5dea)
#​1 0x00007f5c1d4bcf7e llvm::sys::RunSignalHandlers() (/usr/local/bin/../lib64/libLLVMSupport.so.5+0xe3f7e)
#​2 0x00007f5c1d4bd0a2 SignalHandler(int) (/usr/local/bin/../lib64/libLLVMSupport.so.5+0xe40a2)
#​3 0x00007f5c1cf535c0 __restore_rt (/lib64/libpthread.so.0+0x115c0)
#​4 0x00007f5c1df60663 llvm::SplitEditor::removeBackCopies(llvm::SmallVectorImplllvm::VNInfo*&) (/usr/local/bin/../lib64/libLLVMCodeGen.so.5+0x2dd663)
#​5 0x00007f5c1df62288 llvm::SplitEditor::hoistCopies() (/usr/local/bin/../lib64/libLLVMCodeGen.so.5+0x2df288)
#​6 0x00007f5c1df630f0 llvm::SplitEditor::finish(llvm::SmallVectorImpl*) (/usr/local/bin/../lib64/libLLVMCodeGen.so.5+0x2e00f0)
#​7 0x00007f5c1defd97f (anonymous namespace)::RAGreedy::selectOrSplitImpl(llvm::LiveInterval&, llvm::SmallVectorImpl&, llvm::SmallSet<unsigned int, 16u, std::less >&, unsigned int) (/usr/local/bin/../lib64/libLLVMCodeGen.so.5+0x27a97f)
#​8 0x00007f5c1defe338 (anonymous namespace)::RAGreedy::selectOrSplit(llvm::LiveInterval&, llvm::SmallVectorImpl&) (/usr/local/bin/../lib64/libLLVMCodeGen.so.5+0x27b338)
#​9 0x00007f5c1deea1e0 llvm::RegAllocBase::allocatePhysRegs() (/usr/local/bin/../lib64/libLLVMCodeGen.so.5+0x2671e0)
#​10 0x00007f5c1def9c11 (anonymous namespace)::RAGreedy::runOnMachineFunction(llvm::MachineFunction&) (/usr/local/bin/../lib64/libLLVMCodeGen.so.5+0x276c11)
#​11 0x00007f5c1de3c961 llvm::MachineFunctionPass::runOnFunction(llvm::Function&) (/usr/local/bin/../lib64/libLLVMCodeGen.so.5+0x1b9961)
#​12 0x00007f5c1db78c02 llvm::FPPassManager::runOnFunction(llvm::Function&) (/usr/local/bin/../lib64/libLLVMCore.so.5+0x14cc02)
#​13 0x00007f5c1db78c93 llvm::FPPassManager::runOnModule(llvm::Module&) (/usr/local/bin/../lib64/libLLVMCore.so.5+0x14cc93)
#​14 0x00007f5c1db795d7 llvm::legacy::PassManagerImpl::run(llvm::Module&) (/usr/local/bin/../lib64/libLLVMCore.so.5+0x14d5d7)
#​15 0x0000000000418252 (llc+0x418252)
#​16 0x000000000040dbb0 (llc+0x40dbb0)
#​17 0x00007f5c1c2f2401 __libc_start_main (/lib64/libc.so.6+0x20401)
#​18 0x000000000040dd8a (llc+0x40dd8a)
Stack dump:
0. Program arguments: llc -march=amdgcn -mcpu=fiji bugpoint-reduced-simplified.ll

  1. Running pass 'Function Pass Manager' on module 'bugpoint-reduced-simplified.ll'.
  2. Running pass 'Greedy Register Allocator' on function '@dtrmmBlock'
    Segmentation fault (core dumped)
@llvmbot
Copy link
Collaborator Author

llvmbot commented Mar 20, 2017

assigned to @MatzeB

@llvmbot
Copy link
Collaborator Author

llvmbot commented Mar 20, 2017

Works in LLVM 4.0.

@qcolombet
Copy link
Collaborator

That looks related to Matthias' changes r298024 and r298025.

If I revert those two changes the test case works.

@MatzeB
Copy link
Contributor

MatzeB commented Mar 21, 2017

Thanks for the bugreport. Fixed in r298448.

@llvmbot
Copy link
Collaborator Author

llvmbot commented Mar 22, 2017

Verified fixed. Thanks!

@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
backend:AMDGPU bugzilla Issues migrated from bugzilla regression
Projects
None yet
Development

No branches or pull requests

3 participants