[PATCH] D76901: [AArch64][SVE] Add support for boolean logic and fcmp.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 20:07:56 PDT 2020


efriedma created this revision.
efriedma added a reviewer: sdesmalen.
Herald added subscribers: psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.

These kind of go together, since fcmp expansion generates boolean operations.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76901

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-fcmp.ll
  llvm/test/CodeGen/AArch64/sve-int-log.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76901.253032.patch
Type: text/x-patch
Size: 23895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200327/7c79bacb/attachment.bin>


More information about the llvm-commits mailing list