[PATCH] D104060: Machine IR Profile

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 11 17:28:36 PDT 2021


ellis updated this revision to Diff 351601.
ellis added a comment.

Fix clang-tidy errors


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104060/new/

https://reviews.llvm.org/D104060

Files:
  llvm/include/llvm/CodeGen/AsmPrinter.h
  llvm/include/llvm/CodeGen/MIPSectionEmitter.h
  llvm/include/llvm/CodeGen/MIRInstrumentationPass.h
  llvm/include/llvm/CodeGen/MachineInstr.h
  llvm/include/llvm/CodeGen/Passes.h
  llvm/include/llvm/CodeGen/TargetInstrInfo.h
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/MC/MCObjectFileInfo.h
  llvm/include/llvm/MIP/MIP.h
  llvm/include/llvm/MIP/MIPData.inc
  llvm/include/llvm/Support/TargetOpcodes.def
  llvm/include/llvm/Target/Target.td
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/CodeGen.cpp
  llvm/lib/CodeGen/MIPSectionEmitter.cpp
  llvm/lib/CodeGen/MIRInstrumentationPass.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/lib/MC/MCMachOStreamer.cpp
  llvm/lib/MC/MCObjectFileInfo.cpp
  llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.h
  llvm/lib/Target/ARM/ARMAsmPrinter.cpp
  llvm/lib/Target/ARM/ARMAsmPrinter.h
  llvm/lib/Target/ARM/ARMMCInstLower.cpp
  llvm/lib/Target/X86/X86AsmPrinter.h
  llvm/lib/Target/X86/X86MCInstLower.cpp
  llvm/test/CodeGen/AArch64/mip-basic-block-coverage.ll
  llvm/test/CodeGen/AArch64/mip-comdat.ll
  llvm/test/CodeGen/AArch64/mip-function-coverage.ll
  llvm/test/CodeGen/AArch64/mip-header.ll
  llvm/test/CodeGen/AArch64/mip-map.ll
  llvm/test/CodeGen/ARM/mip-comdat.ll
  llvm/test/CodeGen/ARM/mip-function-coverage.ll
  llvm/test/CodeGen/ARM/mip-header.ll
  llvm/test/CodeGen/ARM/mip-map.ll
  llvm/test/CodeGen/Thumb/mip-function-coverage.ll
  llvm/test/CodeGen/Thumb2/mip-function-coverage.ll
  llvm/test/CodeGen/X86/mip-basic-block-coverage.ll
  llvm/test/CodeGen/X86/mip-comdat.ll
  llvm/test/CodeGen/X86/mip-function-coverage.ll
  llvm/test/CodeGen/X86/mip-header.ll
  llvm/test/CodeGen/X86/mip-map.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104060.351601.patch
Type: text/x-patch
Size: 94566 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210612/9be09999/attachment.bin>


More information about the llvm-commits mailing list