[PATCH] D76709: [Target][ARM] Adding MVE VPT Optimisation Pass

Pierre van Houtryve via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 08:06:12 PDT 2020


Pierre-vh updated this revision to Diff 252845.
Pierre-vh added a comment.

Adding newline at the end of the file and refactoring `canHaveOperandsSwapped`: It has been renamed to `CanHaveSwappedOperands` and it now returns true for everything except for all VCMPr and VCMPf16/f32 instructions.


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

https://reviews.llvm.org/D76709

Files:
  llvm/lib/Target/ARM/ARM.h
  llvm/lib/Target/ARM/ARMTargetMachine.cpp
  llvm/lib/Target/ARM/CMakeLists.txt
  llvm/lib/Target/ARM/MVEVPTOptimisationsPass.cpp
  llvm/test/CodeGen/ARM/O3-pipeline.ll
  llvm/test/CodeGen/Thumb2/mve-vpt-optimisations.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76709.252845.patch
Type: text/x-patch
Size: 32834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200326/8a294e2e/attachment.bin>


More information about the llvm-commits mailing list