[PATCH] D94232: [LoopRotate] Add PrepareForLTO stage, avoid rotating with inline cands (WIP).

Sanne Wouda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 7 06:39:02 PST 2021


sanwou01 added a comment.

Thanks, Florian. I'll give the patch a run through our benchmarking.

> it assumes all inlining already happened and the cost of duplicating a call is equal to just doing the call

This was the bit of information I was missing, thanks! With that, I think your proposed change makes a lot of sense.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94232/new/

https://reviews.llvm.org/D94232



More information about the llvm-commits mailing list