[PATCH] D86864: [MachineSinking] sink more profitable loads

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 01:46:23 PDT 2020


shchenz updated this revision to Diff 299890.
shchenz added a comment.

1: clear the cache just before function returns
2: cache handled bb while calling depth_first() for a block


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86864

Files:
  llvm/lib/CodeGen/MachineSink.cpp
  llvm/test/CodeGen/RISCV/select-optimize-multiple.ll
  llvm/test/CodeGen/X86/2007-01-13-StackPtrIndex.ll
  llvm/test/CodeGen/X86/MachineSink-eflags.ll
  llvm/test/CodeGen/X86/avx2-masked-gather.ll
  llvm/test/CodeGen/X86/cmovcmov.ll
  llvm/test/CodeGen/X86/select.ll
  llvm/test/CodeGen/X86/vec_int_to_fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86864.299890.patch
Type: text/x-patch
Size: 36614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201022/c26aa9f5/attachment.bin>


More information about the llvm-commits mailing list