[all-commits] [llvm/llvm-project] 0c52c2: [BasicAA] Rename ExtendedValue to CastedValue (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Oct 15 12:58:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0c52c271a5383ba9273b1a9952d509dc01c4d591
https://github.com/llvm/llvm-project/commit/0c52c271a5383ba9273b1a9952d509dc01c4d591
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M llvm/lib/Analysis/BasicAliasAnalysis.cpp
Log Message:
-----------
[BasicAA] Rename ExtendedValue to CastedValue (NFC)
As suggested on D110977, rename ExtendedValue to CastedValue,
because it will contain more than just extensions in the future.
More information about the All-commits
mailing list