search for: canical

Displaying 3 results from an estimated 3 matches for "canical".

2015 Jul 10
3
[LLVMdev] Why change "sub x, 5" to "add x, -5" ?
2015-07-08 17:58 GMT+02:00 escha <escha at apple.com>: > [...] > > If you want to “revert" this sort of thing, you can do it at Select() time > or PreprocessISelDAG(), which is what I did on an out-of-tree backend to > turn add X, -C into sub X, C on selection time. This still lets all the > intermediate optimizations take advantage of the canonicalization. > >
2013 May 02
0
[LLVMdev] [Polly] GSoC Proposal: Reducing LLVM-Polly Compiling overhead
...t we do not need to spend time rebuilding them later. > Week 8-9: Rewrite some > expensive functions for Polly code generation based on profiling > information. This is still very vague. I propose to > StageIV -- Let Polly bail out early. [Week 10] > > Week 10: Add support in canicalization step or optimization step to Typo -----> canonicalization > allow Polly boil out early if it cannot benefit programs. > StageV -- Improve other parts. [Week 11-12] > > Week 11: Improve other parts of Polly. Especially, I will focus on some > expensive help...
2013 Apr 26
4
[LLVMdev] [Polly] GSoC Proposal: Reducing LLVM-Polly Compiling overhead
Hi all, I have updated my GSoS proposal: "FastPolly: Reducing LLVM-Polly Compiling overhead" (https://gist.github.com/tanstar/5441808). I think the pass ordering problem you discussed early can be also investigated in this project! Is there any comment or advice about my proposal? I appreciate all your help and advice. Thanks, Star Tan Proposal: