Re: [RFC ARM] Audit uses of optimize_size in the ARM backend.

2011-08-12 Thread Richard Sandiford
Ramana Radhakrishnan writes: > While the ARM backend doesn't support hot cold partitioning of basic blocks > because of issues with the mini-pool placements, I suspect > this by itself is a good cleanup. The bits of the use that I'm not > convinced about > yet are the changes of optimize_size in t

[RFC ARM] Audit uses of optimize_size in the ARM backend.

2011-08-12 Thread Ramana Radhakrishnan
Hi, Quite some time back someone had pointed out that the ARM backend used optimize_size in quite a few areas and that backends shouldn't use this directly in patterns any more. I had written this patch up a few weeks back and it was in one of my trees and had gone through some degree of testing.