[PATCH] D28030: [TLI] Add prototype checking for all remaining LibFuncs.

Ahmed Bougacha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 11:42:37 PST 2017


ab updated this revision to Diff 84344.
ab added a comment.

- Tighten checks for a couple functions
- Replace isa<DerivedType> checks with ->isDerivedTy()
- Generalize 'int' checks to isIntegerTy()
- Add demangled name comments for C++ operators


https://reviews.llvm.org/D28030

Files:
  lib/Analysis/TargetLibraryInfo.cpp
  unittests/Analysis/CMakeLists.txt
  unittests/Analysis/TargetLibraryInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28030.84344.patch
Type: text/x-patch
Size: 33494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170113/32374345/attachment.bin>


More information about the llvm-commits mailing list