[PATCH] D121567: [IROutliner] Do not outline from regions that are marked with OptNone

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 09:57:58 PDT 2022


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

LGTM

FWIW I think we could shave off some compile time if we could make some sort of interface to the similarity identifier that tells it "this is for outlining". That may just be a subclass or something of the similarity identifier.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121567



More information about the llvm-commits mailing list