Displaying 2 results from an estimated 2 matches for "pr11087".
Did you mean:
pr1108
2011 Oct 17
1
[LLVMdev] Optimization for size
Hi,
Looking at bugzilla PR11087, I'd like to conditionalise a transformation in
ARMIselLowering.cpp based on whether we're compiling for codesize or
performance.
-Os doesn't actually exist for llc, and I can't see an obvious place where
that condition would be set. Where do we specify if we're optimizing f...
2011 Oct 17
1
[LLVMdev] Optimization for size
On Mon, Oct 17, 2011 at 7:58 AM, James Molloy <james.molloy at arm.com> wrote:
> Hi,
>
>
>
> Looking at bugzilla PR11087, I’d like to conditionalise a transformation in
> ARMIselLowering.cpp based on whether we’re compiling for codesize or
> performance.
>
>
>
> -Os doesn’t actually exist for llc, and I can’t see an obvious place where
> that condition would be set. Where do we specify if we’re o...