[PATCH] D78665: [TLI] Optimize no-builtins attribute check (NFC)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 25 04:44:23 PDT 2020


nikic marked an inline comment as done.
nikic added a comment.

I've put up D78859 <https://reviews.llvm.org/D78859> for the alternative suggestion to make string attribute lookup cheaper in general. This turned out to be super simple to implement and makes for a major compile-time saving (~3%), so that's probably better than this patch :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78665





More information about the llvm-commits mailing list