[llvm] [llvm-mca] Add -skip-unsupported-instructions option (PR #89733)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 09:32:03 PDT 2024
================
@@ -571,14 +577,13 @@ int main(int argc, char **argv) {
IPP->resetState();
- DenseMap<const MCInst *, SmallVector<mca::Instrument *>>
- InstToInstruments;
+ DenseMap<const MCInst *, SmallVector<mca::Instrument *>> InstToInstruments;
----------------
michaelmaitland wrote:
Is this reformat related to this patch?
https://github.com/llvm/llvm-project/pull/89733
More information about the llvm-commits
mailing list