mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 19:17:17 +00:00
Define a statistic for the number of slots that were filled with useful
instructions (instructions that are not NOP). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141149 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f2f70c2493
commit
98f4d4d2db
@ -27,6 +27,8 @@
|
|||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
STATISTIC(FilledSlots, "Number of delay slots filled");
|
STATISTIC(FilledSlots, "Number of delay slots filled");
|
||||||
|
STATISTIC(UsefulSlots, "Number of delay slots filled with instructions that"
|
||||||
|
"are not NOP.");
|
||||||
|
|
||||||
static cl::opt<bool> EnableDelaySlotFiller(
|
static cl::opt<bool> EnableDelaySlotFiller(
|
||||||
"enable-mips-delay-filler",
|
"enable-mips-delay-filler",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user