[PATCH] D65884: [ARM] MVE Tail Predication

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 02:10:51 PDT 2019


samparker updated this revision to Diff 217801.
samparker edited the summary of this revision.
samparker added a comment.

Hopefully addressed all the comments. VCTP intrinsics now return a vector so I've removed the predication conversion intrinsics as I don't need them here.


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

https://reviews.llvm.org/D65884

Files:
  include/llvm/IR/IntrinsicsARM.td
  lib/Target/ARM/ARM.h
  lib/Target/ARM/ARMTargetMachine.cpp
  lib/Target/ARM/CMakeLists.txt
  lib/Target/ARM/MVETailPredication.cpp
  test/CodeGen/Thumb2/LowOverheadLoops/basic-tail-pred.ll
  test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-narrow.ll
  test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-pattern-fail.ll
  test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-widen.ll
  test/CodeGen/Thumb2/LowOverheadLoops/tail-reduce.ll
  test/CodeGen/Thumb2/LowOverheadLoops/vector-unroll.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65884.217801.patch
Type: text/x-patch
Size: 100067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190829/4c8ff0c5/attachment-0001.bin>


More information about the llvm-commits mailing list