[PATCH] D67709: [ARM][MVE] Cleanup tail-predicated loop

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 07:16:57 PDT 2019


samparker created this revision.
samparker added reviewers: SjoerdMeijer, dmgreen.
Herald added a subscriber: kristof.beyls.

Remove any predicate that we replace with a vctp intrinsic, and try to remove their operands too. Also, look into the exit block to see if there's any duplicates of the predicates that we've replaced.


https://reviews.llvm.org/D67709

Files:
  lib/Target/ARM/MVETailPredication.cpp
  test/CodeGen/Thumb2/LowOverheadLoops/vector-reduce-mve-tail.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67709.220661.patch
Type: text/x-patch
Size: 6355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190918/8ad5ac1d/attachment.bin>


More information about the llvm-commits mailing list