[all-commits] [llvm/llvm-project] f4412c: [BasicAA] Remove some intermediate variables (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Nov 21 11:41:19 PST 2020
Branch: refs/heads/temp-test-main
Home: https://github.com/llvm/llvm-project
Commit: f4412c5ae4eee0421801c9db905428bae1f7658b
https://github.com/llvm/llvm-project/commit/f4412c5ae4eee0421801c9db905428bae1f7658b
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-11-21 (Sat, 21 Nov 2020)
Changed paths:
M llvm/lib/Analysis/BasicAliasAnalysis.cpp
Log Message:
-----------
[BasicAA] Remove some intermediate variables (NFC)
Use DecompGEP1.Offset instead of GEP1BaseOffset, etc. I found the
asymmetry of modifying DecompGEP1.VarIndices, but not modifying
DecompGEP1.Offset odd here.
More information about the All-commits
mailing list