[PATCH] D64394: [MachineCSE][MachinePRE] Do not hoist common computations into hot BBs

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 18:39:27 PDT 2019


lkail updated this revision to Diff 210724.
lkail added a comment.

Use `hasMinSize` to check if optimized for size.


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

https://reviews.llvm.org/D64394

Files:
  llvm/lib/CodeGen/MachineCSE.cpp
  llvm/test/CodeGen/AArch64/O3-pipeline.ll
  llvm/test/CodeGen/ARM/O3-pipeline.ll
  llvm/test/CodeGen/PowerPC/machine-pre.ll
  llvm/test/CodeGen/X86/O3-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64394.210724.patch
Type: text/x-patch
Size: 9820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190719/afdaf1bf/attachment.bin>


More information about the llvm-commits mailing list