[PATCH] D82783: [SVE] Relax merge requirement for IR based divides.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 09:12:22 PDT 2020


paulwalker-arm updated this revision to Diff 274509.
paulwalker-arm added a comment.

In preparation for D82780 <https://reviews.llvm.org/D82780> rather than compound the problem I've refactored this patch to use separate multiclasses to create the undef variants of pseudo instructions for adds and divides.  By doing this I also no longer need to create zeroing forms for divides and have thus removed that code and matching tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82783

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/llvm-ir-to-intrinsic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82783.274509.patch
Type: text/x-patch
Size: 16265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200630/b67723d8/attachment.bin>


More information about the llvm-commits mailing list