[PATCH] D118567: [SVE] Extend isel pattern coverage for INCP & DECP.
    Paul Walker via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Jan 30 08:16:35 PST 2022
    
    
  
paulwalker-arm created this revision.
Herald added subscribers: psnobl, hiraditya, tschuett.
Herald added a reviewer: efriedma.
paulwalker-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Adds patterns for:
  add(x, cntp(p, p)) -> incp(x, p)
  sub(x, cntp(p, p)) -> decp(x, p)
Repository:
  rG LLVM Github Monorepo
https://reviews.llvm.org/D118567
Files:
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-cntp-combine.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118567.404383.patch
Type: text/x-patch
Size: 10320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220130/ab8f8058/attachment.bin>
    
    
More information about the llvm-commits
mailing list