[all-commits] [llvm/llvm-project] 0d114f: [BasicAA] Return DecomposedGEP (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Nov 21 12:11:35 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: 0d114f56d709792cc4230775c7da8a623d3a409a
https://github.com/llvm/llvm-project/commit/0d114f56d709792cc4230775c7da8a623d3a409a
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-11-21 (Sat, 21 Nov 2020)
Changed paths:
M llvm/include/llvm/Analysis/BasicAliasAnalysis.h
M llvm/lib/Analysis/BasicAliasAnalysis.cpp
Log Message:
-----------
[BasicAA] Return DecomposedGEP (NFC)
Instead of requiring the caller to initialize the DecomposedGEP
structure and then passing it in by reference, make
DecomposeGEPExpression() responsible for initializing and returning
the structure.
More information about the All-commits
mailing list