[PATCH] D133567: [AA] Improve the BasicAA analysis capability

Allen zhong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 11 18:59:32 PDT 2022


Allen updated this revision to Diff 459393.
Allen marked an inline comment as done.
Allen edited the summary of this revision.
Allen added a comment.

Address the comment, and store the getTypeAllocSize() result in a variable and reuse it, then it extend
getelementptr <vscale x 4 x i32>, ptr %p, i64 0, i64 c --> getelementptr <vscale x 4 x i32>, ptr %p, i64 0, i64 %i


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

https://reviews.llvm.org/D133567

Files:
  llvm/lib/Analysis/BasicAliasAnalysis.cpp
  llvm/test/Transforms/GVN/vscale.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133567.459393.patch
Type: text/x-patch
Size: 6469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220912/37619c20/attachment.bin>


More information about the llvm-commits mailing list