[PATCH] D67923: [TLI] Support for per-Function TLI that overrides available libfuncs

Guillaume Chatelet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 11:30:35 PDT 2019


gchatelet added inline comments.


================
Comment at: include/llvm/Analysis/TargetLibraryInfo.h:228
+  /// information in global TargetLibraryInfoImpl.
+  unsigned char OverrideAsUnavailable[(NumLibFuncs + 7) / 8] = {0};
+
----------------
Can we use `llvm/ADT/BitVector.h` instead?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67923





More information about the llvm-commits mailing list