[PATCH] D87616: [ARM][LowOverheadLoops] Combine a VCMP and VPST into a VPT

Sam Tebbs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 08:02:54 PDT 2020


samtebbs created this revision.
samtebbs added reviewers: samparker, SjoerdMeijer, dmgreen, olista01, simon_tatham, t.p.northover.
Herald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
samtebbs requested review of this revision.

This patch combines a VCMP followed by a VPST into a VPT, which has the same semantics as the combination of the former two.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87616

Files:
  llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/vcmp-vpst-combination.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87616.291579.patch
Type: text/x-patch
Size: 6039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200914/793200b3/attachment-0001.bin>


More information about the llvm-commits mailing list