[PATCH] D134239: LoopUnroll: Pass through AssumptionCache

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 06:21:50 PDT 2022


fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.

In D134239#3814924 <https://reviews.llvm.org/D134239#3814924>, @arsenm wrote:

> I found these queries are over 2x slower if a context instruction is passed without a cache, so it’s a compile time improvement

Makes sense, thanks! LGTM!

Could you include `(NFC)` in the commit title and add the motivation in the patch description?


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

https://reviews.llvm.org/D134239



More information about the llvm-commits mailing list