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

[Polly] Domain generation for non-affine loop breaks #26683

Closed
tobiasgrosser opened this issue Jan 26, 2016 · 2 comments
Closed

[Polly] Domain generation for non-affine loop breaks #26683

tobiasgrosser opened this issue Jan 26, 2016 · 2 comments
Labels
bugzilla Issues migrated from bugzilla polly

Comments

@tobiasgrosser
Copy link
Contributor

Bugzilla Link 26309
Resolution FIXED
Resolved on Jan 26, 2016 05:03
Version unspecified
OS Linux
Attachments Test case
CC @jdoerfert,@jdoerfert

Extended Description

I see the following error for non-affine loops:

opt /tmp/test2.ll -polly-scops -polly-process-unprofitable -polly-allow-nonaffine-loops

/home/grosser/Projects/polly/git/tools/polly/lib/External/isl/isl_map.c:7102: spaces don't match
0 libLLVMSupport.so 0x00007fb8c2b63a88 llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 40
1 libLLVMSupport.so 0x00007fb8c2b622b6 llvm::sys::RunSignalHandlers() + 54
2 libLLVMSupport.so 0x00007fb8c2b64176
3 libc.so.6 0x00007fb8c1c322f0
4 libc.so.6 0x00007fb8c1c32267 gsignal + 55
5 libc.so.6 0x00007fb8c1c33eca abort + 362
6 libPolly.so 0x00007fb8c0aefed7
7 libPolly.so 0x00007fb8c0b17dfc
8 libPolly.so 0x00007fb8c0b18167
9 libPolly.so 0x00007fb8c0a34392 polly::Scop::propagateDomainConstraints(llvm::Region*) + 2706
10 libPolly.so 0x00007fb8c0a32988 polly::Scop::buildDomains(llvm::Region*) + 760
11 libPolly.so 0x00007fb8c0a36ffa polly::Scop::init(llvm::AAResults&, llvm::AssumptionCache&) + 106
12 libPolly.so 0x00007fb8c0a3f689 polly::ScopInfo::buildScop(llvm::Region&, llvm::AssumptionCache&) + 1577
13 libPolly.so 0x00007fb8c0a3fd29 polly::ScopInfo::runOnRegion(llvm::Region*, llvm::RGPassManager&) + 937

@tobiasgrosser
Copy link
Contributor Author

Hi Johannes,

maybe this bug is easy for you. It is in an area where you wrote most of the code.

Tobias

@jdoerfert
Copy link
Member

Fixed in r258803.

@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 polly
Projects
None yet
Development

No branches or pull requests

2 participants