[PATCH] D56668: [WIP][CodeGenPrepare] Duplicate and sink shuffles and extends if they can be done for free.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 08:23:59 PST 2019


fhahn created this revision.
Herald added a subscriber: javed.absar.

TODO:

- This needs integrating with TLI/TTI.
- Cover more cases
- limit to cases where all uses of ext/shuffle are free, to avoid adding additional live ranges.


https://reviews.llvm.org/D56668

Files:
  lib/CodeGen/CodeGenPrepare.cpp
  test/Transforms/CodeGenPrepare/AArch64/sink-free-instructions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56668.181565.patch
Type: text/x-patch
Size: 11088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190114/c1f8667e/attachment.bin>


More information about the llvm-commits mailing list