[PATCH] D123249: [TBAA] Move TBAA helper classes to a header file.

Joshua Cranmer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 13:19:23 PDT 2022


jcranmer-intel created this revision.
Herald added subscribers: jeroen.dobbelaere, dexonsmith, kosarev, hiraditya.
Herald added a project: All.
jcranmer-intel requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The reason for this fix is to be able to reuse some of this logic in contexts
not merely in analysis itself. This patch by itself doesn't touch these
interfaces, but that will come in the next patch.

Depends on D123247 <https://reviews.llvm.org/D123247>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123249

Files:
  llvm/include/llvm/IR/TBAA.h
  llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123249.420994.patch
Type: text/x-patch
Size: 17903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220406/f0defdf2/attachment.bin>


More information about the llvm-commits mailing list