[PATCH] D52243: [ConstHoist] Do not rebase single (or few) dependent constant

Z. Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 24 15:28:00 PDT 2018


zzheng updated this revision to Diff 166766.
zzheng retitled this revision from "[ConstHoist] Do NOT rebase single (or few) dependent of base insertion point" to "[ConstHoist] Do not rebase single (or few) dependent constant".
zzheng edited the summary of this revision.
zzheng added a comment.

Moved collecting dependent rebased and checking size of ToBeRebased prior to emitting bitcast of base constants
Added bb labels to check in the test case.


Repository:
  rL LLVM

https://reviews.llvm.org/D52243

Files:
  lib/Transforms/Scalar/ConstantHoisting.cpp
  test/CodeGen/Thumb/consthoist-single-dependent.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52243.166766.patch
Type: text/x-patch
Size: 9755 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180924/1b6d4a71/attachment.bin>


More information about the llvm-commits mailing list