davi...@google.com (David Li) writes: > -fdisable-tree-ccp1 <--- disable ccp1 for all functions > -fenable-tree-cunroll=1 <--- enable complete unroll for the function > whose cgraphnode uid is 1 > -fdisable-rtl-gcse2=1:100,300,400:1000 <-- disable gcse2 for > functions at the following > ranges [1,1], [300,400], > and [400,1000]
How are the ranges defined? I doubt numbers are a good interface here to specify functions. This would be better done with #pragmas? -Andi -- a...@linux.intel.com -- Speaking for myself only