[PATCH] D92068: [MachineCombiner] Add MustReduceRegisterPressure goal

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 02:06:37 PST 2020


shchenz updated this revision to Diff 309192.
shchenz added a reviewer: MatzeB.
shchenz added a comment.

1: fix lint warning messages
2: fix x86 `CodeGen/X86/coalescer-dce.ll` verify error after `liveintervals` introduced in machine combiner pass

and gentle ping...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92068

Files:
  llvm/include/llvm/CodeGen/TargetInstrInfo.h
  llvm/lib/CodeGen/MachineCombiner.cpp
  llvm/lib/CodeGen/TargetInstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.h
  llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
  llvm/lib/Target/PowerPC/PPCInstrInfo.h
  llvm/test/CodeGen/AArch64/O3-pipeline.ll
  llvm/test/CodeGen/AArch64/aarch64-combine-fmul-fsub.mir
  llvm/test/CodeGen/AArch64/machine-combiner-instr-fmf.mir
  llvm/test/CodeGen/PowerPC/opt-cmp-inst-cr0-live.ll
  llvm/test/CodeGen/X86/opt-pipeline.ll
  llvm/test/DebugInfo/X86/machinecse-wrongdebug-hoist.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92068.309192.patch
Type: text/x-patch
Size: 21089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201203/2fa509e5/attachment.bin>


More information about the llvm-commits mailing list