[all-commits] [llvm/llvm-project] f86278: [SCEV] Make eraseValueFromMap() private (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Nov 6 09:14:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f8627877a94f539893fc85fe2bcd2b3ab7bf1127
https://github.com/llvm/llvm-project/commit/f8627877a94f539893fc85fe2bcd2b3ab7bf1127
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-11-06 (Sat, 06 Nov 2021)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[SCEV] Make eraseValueFromMap() private (NFC)
The public API for this functionality is forgetValue(). There was
only one call from LoopVectorize, which was directly next to a
forgetValue() call and as such redundant.
More information about the All-commits
mailing list