[PATCH] D99851: [SROA][TBAA] Handle shift of regular TBAA nodes

William Moses via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 3 19:48:45 PDT 2021


wsmoses created this revision.
wsmoses added reviewers: aheejin, jdoerfert.
Herald added subscribers: kosarev, hiraditya.
wsmoses requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

SROA shifts TBAA nodes in a way that may present a problem for !tbaa but not !tbaa.struct nodes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99851

Files:
  llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
  llvm/test/Transforms/SROA/tbaa-subload.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99851.335123.patch
Type: text/x-patch
Size: 3829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210404/dd6f704f/attachment.bin>


More information about the llvm-commits mailing list