search for: reerenc

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

Did you mean: reerence
2017 Jul 04
2
opt passes
...ributes before applying optimizations with opt command? With attributes specified no optimization can be applied. Where I can get real benefit from: 1) Constant Hoisting -only when we have some large reusable constants in program? 2) argpomotion - this option does not always replace all my args by reerence with values, when I specify it. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170704/a111132c/attachment-0001.html>
2017 Jul 05
2
opt passes
...butes in general. Does your attribute > set include optnone? > > -Hal > > > Where I can get real benefit from: > 1) Constant Hoisting > -only when we have some large reusable constants in program? > 2) argpomotion > - this option does not always replace all my args by reerence with values, > when I specify it. > > > _______________________________________________ > LLVM Developers mailing listllvm-dev at lists.llvm.orghttp://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > -- > Hal Finkel > Lead, Compiler Technology and Programming La...