[all-commits] [llvm/llvm-project] 0b7244: [BasicAA] Remove unnecessary size limitation
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Nov 14 07:51:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0b72444211e4d2016cbb7628ab5fb8272ded43a2
https://github.com/llvm/llvm-project/commit/0b72444211e4d2016cbb7628ab5fb8272ded43a2
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-11-14 (Sat, 14 Nov 2020)
Changed paths:
M llvm/lib/Analysis/BasicAliasAnalysis.cpp
M llvm/test/Analysis/BasicAA/noalias-geps.ll
Log Message:
-----------
[BasicAA] Remove unnecessary size limitation
We're dropping a common offset from both GEPs here. It's not
necessary for the access sizes to be the same as well.
More information about the All-commits
mailing list