[PATCH] D27838: Extract a TBAAVerifier out of the verifier (NFC)

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 18:28:50 PST 2016


mehdi_amini created this revision.
mehdi_amini added a reviewer: sanjoy.
mehdi_amini added subscribers: friss, dexonsmith, llvm-commits.

This is intended to be used (in a later patch) by the BitcodeReader
to detect invalid TBAA and drop them when loading bitcode, so that
we don't break client that have legacy bitcode with possible invalid
TBAA.


https://reviews.llvm.org/D27838

Files:
  llvm/include/llvm/IR/Verifier.h
  llvm/lib/IR/Verifier.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27838.81703.patch
Type: text/x-patch
Size: 22168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161216/2a2105e4/attachment.bin>


More information about the llvm-commits mailing list