[all-commits] [llvm/llvm-project] ebec98: [AliasAnalysis] Misc fixes for checking aliasing w...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Wed Mar 18 12:29:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ebec984e14af89331ccdd9861008f4cec4589df0
https://github.com/llvm/llvm-project/commit/ebec984e14af89331ccdd9861008f4cec4589df0
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
M llvm/include/llvm/Analysis/MemoryLocation.h
M llvm/lib/Analysis/MemoryBuiltins.cpp
M llvm/lib/IR/Value.cpp
A llvm/test/Analysis/MemorySSA/scalable-vec.ll
Log Message:
-----------
[AliasAnalysis] Misc fixes for checking aliasing with scalable types.
This is fixing up various places that use the implicit
TypeSize->uint64_t conversion.
The new overloads in MemoryLocation.h are already used in various places
that construct a MemoryLocation from a TypeSize, including MemorySSA.
(They were using the implicit conversion before.)
Differential Revision: https://reviews.llvm.org/D76249
More information about the All-commits
mailing list