search for: localcolorcorrection

Displaying 2 results from an estimated 2 matches for "localcolorcorrection".

2018 Mar 08
1
[Polly] Reduced code analyzability moving from LLVM 3.9.0 to 5.0.1
...th and moving mallocs to the top of the code So to compile, we have: clang -I. -O3 -g3 -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200000L -ffast-math -mllvm -polly -mllvm -polly-dot -mllvm -polly-process-unprofitable -mllvm -polly-vectorizer=stripmine -mllvm -polly-dependences-computeout=0 -c -o localcolorcorrection.o localcolorcorrection.c Unfortunately, LLVM 5.0.1 generates different results in analyzing the CFG compared to LLVM 3.9.0. The latter version analyzes most of the CFG [2], but 5.0.1 leaves large parts of the hot paths untouched due to "non affine access functions" [3]. What I have trie...
2018 Mar 09
1
[Polly] Reduced code analyzability moving from LLVM 3.9.0 to 5.0.1
...>> So to compile, we have: >> clang -I. -O3 -g3 -Wall -Wextra -std=c99 -D_POSIX_C_SOURCE=200000L >> -ffast-math -mllvm -polly -mllvm -polly-dot -mllvm >> -polly-process-unprofitable -mllvm -polly-vectorizer=stripmine -mllvm >> -polly-dependences-computeout=0 -c -o localcolorcorrection.o >> localcolorcorrection.c >> >> Unfortunately, LLVM 5.0.1 generates different results in analyzing the >> CFG compared to LLVM 3.9.0. The latter version analyzes most of the CFG >> [2], but 5.0.1 leaves large parts of the hot paths untouched due to "non >>...