We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e90de7 commit 4065142Copy full SHA for 4065142
llvm/lib/MCA/CustomBehaviour.cpp
@@ -49,8 +49,7 @@ bool InstrumentManager::supportsInstrumentType(StringRef Type) const {
49
return EnableInstruments && Type == LatencyInstrument::DESC_NAME;
50
}
51
52
-bool InstrumentManager::canCustomize(
53
- const ArrayRef<Instrument *> IVec) const {
+bool InstrumentManager::canCustomize(const ArrayRef<Instrument *> IVec) const {
54
for (const auto I : IVec) {
55
if (I->getDesc() == LatencyInstrument::DESC_NAME) {
56
auto LatInst = static_cast<LatencyInstrument *>(I);
0 commit comments