r198640 - CodeGen: Initial instrumentation based PGO implementation

qJustin Bogner mail at justinbogner.com
Wed Jan 15 00:02:17 PST 2014


Chris Lattner <clattner at apple.com> writes:
>> In this particular case, we didn't elide the block at -O0 anyway. It's
>> only skipped if optimizations are on, which seems kind of silly since
>> the backend will remove it for us.
>
> Ok, I don't have any objection to keeping the block then.

Removed the extra logic in r199302.




More information about the cfe-commits mailing list