[all-commits] [llvm/llvm-project] 0d3d44: [LVI] Remove unnecessary TLI dependency
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Dec 19 05:33:00 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d3d44522382028864d0223bc1d74929e17d5137
https://github.com/llvm/llvm-project/commit/0d3d44522382028864d0223bc1d74929e17d5137
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-12-19 (Tue, 19 Dec 2023)
Changed paths:
M llvm/include/llvm/Analysis/LazyValueInfo.h
M llvm/lib/Analysis/LazyValueInfo.cpp
Log Message:
-----------
[LVI] Remove unnecessary TLI dependency
Only used in ConstantFoldCompareInstOperands(), which does not
actually use TLI.
More information about the All-commits
mailing list