Displaying 2 results from an estimated 2 matches for "olimex5812".
2017 Apr 21
3
Disable optimization on basic block level
Hi folks,
During an IR function pass I want to annotate certain basic blocks to avoid
later optimization on them. I know I, I can disable optimization on
function granularity, but how to do so on basic block level?
Cheers,
Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2017 Apr 24
3
Disable optimization on basic block level
...ot;not try so hard" on the pathological blocks, while keeping
optimizations active for ordinary cases.
On Mon, Apr 24, 2017 at 1:17 PM, Matthias Braun via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> +CC llvm-dev again!
>
> > On Apr 24, 2017, at 12:46 AM, Max Muster <olimex5812 at gmail.com> wrote:
> >
> > Hi Matthias,
> >
> > thanks for your answer.
> >
> > The reason it would be useful for me is that I am inserting a basic
> block at IR level as part of a function pass.
> > However, LLVM's optimization passes are cleve...