[PATCH] D92068: [MachineCombiner] [NFC]Add MustReduceRegisterPressure goal

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 03:52:08 PST 2020


shchenz updated this revision to Diff 310828.
shchenz retitled this revision from "[MachineCombiner] Add MustReduceRegisterPressure goal" to "[MachineCombiner] [NFC]Add MustReduceRegisterPressure goal".
shchenz edited the summary of this revision.
shchenz added a comment.

1: don't require `LiveIntervals` analysis
2: revert the test case change as now this should be NFC


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92068.310828.patch
Type: text/x-patch
Size: 13927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201210/78b3b772/attachment.bin>


More information about the llvm-commits mailing list