[PATCH] D28962: Add BFI in constanthoisting pass and do the hoisting selectively

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 11:33:11 PST 2017


wmi updated this revision to Diff 86085.
wmi added a comment.

Update the patch according to suggestion from David: using BFI to find the optimal solution to the insertion problem.


Repository:
  rL LLVM

https://reviews.llvm.org/D28962

Files:
  include/llvm/Transforms/Scalar/ConstantHoisting.h
  lib/Transforms/Scalar/ConstantHoisting.cpp
  test/CodeGen/X86/constant-hoisting-bfi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28962.86085.patch
Type: text/x-patch
Size: 18960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170127/3631acdb/attachment-0001.bin>


More information about the llvm-commits mailing list