[all-commits] [llvm/llvm-project] dbf78a: [LVI] Use SmallDenseMap for getValueFromCondition(...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Mar 22 02:43:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dbf78ae12874c5ff2ecf4b6f49bfae616a40e11c
https://github.com/llvm/llvm-project/commit/dbf78ae12874c5ff2ecf4b6f49bfae616a40e11c
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-03-22 (Sun, 22 Mar 2020)
Changed paths:
M llvm/lib/Analysis/LazyValueInfo.cpp
Log Message:
-----------
[LVI] Use SmallDenseMap for getValueFromCondition(); NFC
For the common case, we will only insert one value into this map.
More information about the All-commits
mailing list