[PATCH] D104060: Machine IR Profile

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 15:15:36 PDT 2021


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

Use the `ELF::SHF_GNU_RETAIN` flag for the `__llvm_mipmap` section so that it doesn't get stripped by `--gc-sections`. The `ELF::SHF_NOTE` flag is not necessary.


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.354086.patch
Type: text/x-patch
Size: 95146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210623/d33d7c91/attachment-0001.bin>


More information about the llvm-commits mailing list