[PATCH] D76249: [AliasAnalysis] Misc fixes for checking aliasing with scalable types.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 13:07:56 PDT 2020


efriedma created this revision.
efriedma added reviewers: sdesmalen, george.burgess.iv, reames.
Herald added subscribers: asbirlea, hiraditya.
Herald added a project: LLVM.

This is fixing up various places that use the implicit TypeSize->uint64_t conversion.

The new overloads in MemoryLocation.h are used in various places that construct a MemoryLocation from a TypeSize, including MemorySSA. (They were using the implicit conversion before.)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76249

Files:
  llvm/include/llvm/Analysis/MemoryLocation.h
  llvm/lib/Analysis/MemoryBuiltins.cpp
  llvm/lib/IR/Value.cpp
  llvm/test/Analysis/MemorySSA/scalable-vec.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76249.250615.patch
Type: text/x-patch
Size: 3993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200316/babf9017/attachment.bin>


More information about the llvm-commits mailing list