[PATCH] D62132: [RFC] Intrinsics for Hardware Loops

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 06:37:14 PDT 2019


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

Changed the loop.end icmp to use ne instead of sgt.


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

https://reviews.llvm.org/D62132

Files:
  include/llvm/IR/IntrinsicsARM.td
  lib/Target/ARM/ARM.h
  lib/Target/ARM/ARMFinalizeHardwareLoops.cpp
  lib/Target/ARM/ARMHardwareLoops.cpp
  lib/Target/ARM/ARMISelDAGToDAG.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMInstrThumb2.td
  lib/Target/ARM/ARMRegisterInfo.td
  lib/Target/ARM/ARMTargetMachine.cpp
  lib/Target/ARM/ARMTargetTransformInfo.h
  lib/Target/ARM/CMakeLists.txt
  test/CodeGen/Thumb2/mve-tailpred.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62132.200268.patch
Type: text/x-patch
Size: 37480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190520/afa76033/attachment.bin>


More information about the llvm-commits mailing list