[PATCH] D102205: CodeGen: Make all passes preserve MachineOptimizationRemarkEmitterPass

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 10 18:24:15 PDT 2021


arsenm created this revision.
arsenm added reviewers: aeubanks, ychen.
Herald added subscribers: nikic, kerbowa, pengfei, hiraditya, nhaehnle, jvesely.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This was getting run multiple times for no apparent reason.


https://reviews.llvm.org/D102205

Files:
  llvm/lib/CodeGen/MachineFunctionPass.cpp
  llvm/test/CodeGen/AArch64/O0-pipeline.ll
  llvm/test/CodeGen/AArch64/O3-pipeline.ll
  llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
  llvm/test/CodeGen/ARM/O3-pipeline.ll
  llvm/test/CodeGen/X86/O0-pipeline.ll
  llvm/test/CodeGen/X86/opt-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102205.344259.patch
Type: text/x-patch
Size: 8468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210511/799a06c7/attachment.bin>


More information about the llvm-commits mailing list