Re: [PATCH] Add Optimization keyword for TREE/RTL optimization passes.

2020-01-06 Thread Jeff Law
On Fri, 2020-01-03 at 16:18 +0100, Martin Liška wrote: > Hello. > > The patch introduces Optimization keyword for various > parameters that influence an optimization that operates > on function level (TREE/RTL). I manually grepped for > each occurrence and verified that it's really used > within a

[PATCH] Add Optimization keyword for TREE/RTL optimization passes.

2020-01-03 Thread Martin Liška
Hello. The patch introduces Optimization keyword for various parameters that influence an optimization that operates on function level (TREE/RTL). I manually grepped for each occurrence and verified that it's really used within a function context. Patch can bootstrap on x86_64-linux-gnu and surv