[PATCH] D131532: [Sema] Avoid isNullPointerConstant invocation

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 14 13:27:59 PDT 2022


nickdesaulniers accepted this revision.
nickdesaulniers added a comment.

Awesome! This makes a measurable improvement in my Linux kernel build times!

Thanks for the patch, and thanks @rtrieu for suggestions that will improve C++ code compilation times as well.

I'll commit this for you since you don't yet have commit access.

Let's keep an eye on https://llvm-compile-time-tracker.com/compare.php to see how this does.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131532



More information about the cfe-commits mailing list