summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AllocationOrder.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-07-18 02:41:12 +0000
committerCraig Topper <craig.topper@intel.com>2017-07-18 02:41:12 +0000
commit9e465894f8127ea058fa35e3744e1ec83fe24b48 (patch)
treed23d003cec0c32acbba4257632ae70ff384cd35f /llvm/lib/CodeGen/AllocationOrder.h
parent5d77c20a7a06b3390c5e41e9c2bbc4f66edeee7d (diff)
downloadbcm5719-llvm-9e465894f8127ea058fa35e3744e1ec83fe24b48.tar.gz
bcm5719-llvm-9e465894f8127ea058fa35e3744e1ec83fe24b48.zip
[Analysis] RemoveTotalMemInst counting in InstCount to avoid reading back other Statistic variables
Summary: Previously, we counted TotalMemInst by reading certain instruction counters before and after calling visit and then finding the difference. But that wouldn't be thread safe if this same pass was being ran on multiple threads. This list of "memory instructions" doesn't make sense to me as it includes call/invoke and is missing atomics. This patch removes the counter all together. Reviewers: hfinkel, chandlerc, davide Reviewed By: davide Subscribers: davide, llvm-commits Differential Revision: https://reviews.llvm.org/D33608 llvm-svn: 308260
Diffstat (limited to 'llvm/lib/CodeGen/AllocationOrder.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud