[PATCH] D149939: [NFC][ValueTracking] Hoist isValidAssumeForContext out of switch

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 02:10:02 PDT 2023


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

LGTM. I'm not seeing a compile-time impact, though CTMark probably isn't using assumes much. But generally, isValidAssumeForContext() shouldn't be that expensive nowadays.


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

https://reviews.llvm.org/D149939



More information about the llvm-commits mailing list