[all-commits] [llvm/llvm-project] ea02f9: [BasicAA] Use ExtendedValue in VariableGEPIndex (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Sep 30 09:49:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea02f9caffb6364613b1f49312a5dafb04ead48d
https://github.com/llvm/llvm-project/commit/ea02f9caffb6364613b1f49312a5dafb04ead48d
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-09-30 (Thu, 30 Sep 2021)
Changed paths:
M llvm/lib/Analysis/BasicAliasAnalysis.cpp
Log Message:
-----------
[BasicAA] Use ExtendedValue in VariableGEPIndex (NFC)
Use the ExtendedValue structure which is used for LinearExpression
in VariableGEPIndex as well.
More information about the All-commits
mailing list