Displaying 2 results from an estimated 2 matches for "islcodegeneration".
2012 Dec 17
1
[LLVMdev] [polly] ISL vector code generation
Hi,
thanks to Tobias for doing most of the work to get the vector code generation
working with ISL's code generation. Attached are two patches to port the vector
code generation part of the testsuite from Cloog/CodeGen to Isl/CodeGen.
Tobi, do you want to commit these two patches separately, or you want me to
combine them, as the second patch is needed to make the testsuite pass?
Also, let
2013 May 15
2
[LLVMdev] [polly] Polly Loop info and LoopSimplify functionality
...oopInfo gathering has an issue? If I remember right, Polly
itself does not update LoopInfo, and it states that it preserves it (by the
way ...why?)
lib/CodeGen/CodeGeneration.cpp
// FIXME: We do not create LoopInfo for the newly generated loops.
AU.addPreserved<LoopInfo>();
lib/CodeGen/IslCodeGeneration.cpp:
// FIXME: We do not create LoopInfo for the newly generated loops.
AU.addPreservedID(LoopInfo::getClassPassID());
...or as always I might be missing a big picture here, and I appreciate if
you can explain the original intent.
Thanks a lot.
Sergei
---
Qualcomm Innovation C...