[all-commits] [llvm/llvm-project] 0f1678: [PredicateInfo] Remove unused member (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Apr 17 09:30:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0f1678cd086b8a1c5a8457b25f1dfff39ca9063f
https://github.com/llvm/llvm-project/commit/0f1678cd086b8a1c5a8457b25f1dfff39ca9063f
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M llvm/include/llvm/Transforms/Utils/PredicateInfo.h
Log Message:
-----------
[PredicateInfo] Remove unused member (NFC)
PredicateInfo takes up a large amount of memory during IPSCCP
with many functions. And a large part of that space seems to
be going completely to waste here...
More information about the All-commits
mailing list