search for: isl_ctx

Displaying 5 results from an estimated 5 matches for "isl_ctx".

Did you mean: ssl_ctx
2011 Nov 01
0
[LLVMdev] How to make Polly ignore some non-affine memory accesses
...olly::TempScop&, llvm::Region const&, llvm::SmallVectorImpl<llvm::Loop*>&, llvm::SmallVectorImpl<unsigned int>&, llvm::LoopInfo&) + 443 19 LLVMPolly.dylib 0x000000010685ebee polly::Scop::Scop(polly::TempScop&, llvm::LoopInfo&, llvm::ScalarEvolution&, isl_ctx*) + 462 20 LLVMPolly.dylib 0x000000010685ea15 polly::Scop::Scop(polly::TempScop&, llvm::LoopInfo&, llvm::ScalarEvolution&, isl_ctx*) + 53 21 LLVMPolly.dylib 0x000000010685f8f3 polly::ScopInfo::runOnRegion(llvm::Region*, llvm::RGPassManager&) + 227 22 libLLVM-3.1svn.dylib 0...
2011 Oct 27
2
[LLVMdev] How to make Polly ignore some non-affine memory accesses
Perfect, thank you very much :) 2011/10/26 Tobias Grosser <tobias at grosser.es>: > On 10/24/2011 11:32 PM, Marcello Maggioni wrote: >> >> Strange , with --enable-shared (I use auto tool by the way ...) it gives: >> >> MacBook-Pro-di-Marcello:examples Kariddi$ ./compile_ex.sh >> not_so_simple_loop >> clang (LLVM option parsing): Unknown command line
2018 Jan 19
0
RFC: Import of Integer Set Library into LLVM source tree
On Mon, Jan 15, 2018 at 05:52:02PM +0100, Michael Kruse via llvm-dev wrote: > * The library is named LLVMISL and contained in the lib/ISL folder to > work best with LLVM's component system. The component's name "ISL" was > chosen over "isl" as it matches the capitalization of other > two/three-letter-acronym components. Are the ISL sources themselve put
2011 Nov 02
5
[LLVMdev] How to make Polly ignore some non-affine memory accesses
...::Region const&, > llvm::SmallVectorImpl<llvm::Loop*>&, llvm::SmallVectorImpl<unsigned > int>&, llvm::LoopInfo&) + 443 > 19 LLVMPolly.dylib      0x000000010685ebee > polly::Scop::Scop(polly::TempScop&, llvm::LoopInfo&, > llvm::ScalarEvolution&, isl_ctx*) + 462 > 20 LLVMPolly.dylib      0x000000010685ea15 > polly::Scop::Scop(polly::TempScop&, llvm::LoopInfo&, > llvm::ScalarEvolution&, isl_ctx*) + 53 > 21 LLVMPolly.dylib      0x000000010685f8f3 > polly::ScopInfo::runOnRegion(llvm::Region*, llvm::RGPassManager&) + >...
2018 Jan 15
13
RFC: Import of Integer Set Library into LLVM source tree
Dear community, for our goal to make polyhedral optimization available in the main LLVM source, we will need the Integer Set Library (isl)[1]. It is the main dependency of Polly, but would be required even if we do not directly import Polly. I already prepared a patch [2], unfortunately without feedback on the general approach. As Philip suggested in the review, I am reaching out with an RFC