[PATCH] D83275: [llc] (almost) remove `--print-machineinstrs`

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 18 23:42:55 PDT 2020


ychen updated this revision to Diff 279062.
ychen added a comment.

- use -stop-after where possible


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83275

Files:
  llvm/docs/CommandGuide/llc.rst
  llvm/docs/CommandGuide/lli.rst
  llvm/include/llvm/CodeGen/TargetPassConfig.h
  llvm/include/llvm/Target/TargetMachine.h
  llvm/include/llvm/Target/TargetOptions.h
  llvm/lib/CodeGen/MachineOperand.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/lib/Target/Mips/MipsTargetMachine.cpp
  llvm/test/CodeGen/AArch64/chkstk.ll
  llvm/test/CodeGen/AArch64/max-jump-table.ll
  llvm/test/CodeGen/AArch64/min-jump-table.ll
  llvm/test/CodeGen/ARM/ifcvt-branch-weight-bug.ll
  llvm/test/CodeGen/ARM/ifcvt-branch-weight.ll
  llvm/test/CodeGen/ARM/ifcvt-iter-indbr.ll
  llvm/test/CodeGen/ARM/tail-merge-branch-weight.ll
  llvm/test/CodeGen/ARM/taildup-branch-weight.ll
  llvm/test/CodeGen/Generic/print-machineinstrs.ll
  llvm/test/CodeGen/Hexagon/ifcvt-edge-weight.ll
  llvm/test/CodeGen/X86/llc-print-machineinstrs.mir
  llvm/test/DebugInfo/WebAssembly/dbg-value-live-interval.ll
  llvm/test/DebugInfo/WebAssembly/dbg-value-move-2.ll
  llvm/test/DebugInfo/WebAssembly/dbg-value-move.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83275.279062.patch
Type: text/x-patch
Size: 27538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200719/65d86a79/attachment.bin>


More information about the llvm-commits mailing list