Displaying 2 results from an estimated 2 matches for "numfaststores".
2020 Aug 18
7
[RFC] Switching to MemorySSA-backed Dead Store Elimination (aka cross-bb DSE)
...Legacy MSSA
Number of dead stores removed across all benchmarks: 17919 26120 ~ +45.76%
Total number of stores remaining after DSE: 1424860 1409300 ~ -1.1%
Some notable changes (excluding benchmarks with small absolute values of NumFastStores) below. Note that roughly half of the benchmarks have binary changes.
Same hash: 114 (filtered out)
Remaining: 123
Metric: dse.NumFastStores
Program legacy mssa. diff
test-suite...-typeset/consumer-typeset.test...
2009 Sep 08
2
[LLVMdev] LLVM 2.6 Branch Fails to Compile
...calar/DeadStoreElimination.cpp (working copy)
@@ -30,6 +30,8 @@
#include "llvm/Target/TargetData.h"
#include "llvm/Transforms/Utils/Local.h"
#include "llvm/Support/Compiler.h"
+#include "llvm/Support/ValueHandle.h"
+
using namespace llvm;
STATISTIC(NumFastStores, "Number of stores deleted");