forked from OSchip/llvm-project
[X86] Add ivybridge to llvm-exegesis PFM counter mappings
llvm-svn: 348575
This commit is contained in:
parent
d498dee7a2
commit
9c7d85bc62
|
@ -30,6 +30,7 @@ def SandyBridgePfmCounters : ProcPfmCounters {
|
|||
];
|
||||
}
|
||||
def : PfmCountersBinding<"sandybridge", SandyBridgePfmCounters>;
|
||||
def : PfmCountersBinding<"ivybridge", SandyBridgePfmCounters>;
|
||||
|
||||
def HaswellPfmCounters : ProcPfmCounters {
|
||||
let CycleCounter = UnhaltedCoreCyclesPfmCounter;
|
||||
|
|
Loading…
Reference in New Issue