[PATCH] D65884: [ARM] MVE Tail Predication

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 05:20:45 PDT 2019


samparker updated this revision to Diff 218654.
samparker added a comment.

Cheers!

- Now using TTI.
- Removed TPCandidate.
- Added some nested loop tests.


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/nested.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.218654.patch
Type: text/x-patch
Size: 109246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190904/e4524b3b/attachment-0001.bin>


More information about the llvm-commits mailing list