[X86] Add ivybridge to llvm-exegesis PFM counter mappings

llvm-svn: 348575
This commit is contained in:
Simon Pilgrim 2018-12-07 09:27:35 +00:00
parent d498dee7a2
commit 9c7d85bc62
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ def SandyBridgePfmCounters : ProcPfmCounters {
];
}
def : PfmCountersBinding<"sandybridge", SandyBridgePfmCounters>;
def : PfmCountersBinding<"ivybridge", SandyBridgePfmCounters>;
def HaswellPfmCounters : ProcPfmCounters {
let CycleCounter = UnhaltedCoreCyclesPfmCounter;