[PATCH] D139809: [AArch64] Add FP16 instructions to isAssociativeAndCommutative

KAWASHIMA Takahiro via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 11 23:04:57 PST 2022


kawashima-fj created this revision.
kawashima-fj added a reviewer: dmgreen.
kawashima-fj added projects: LLVM, Backend.
Herald added subscribers: ctetreau, hiraditya, kristof.beyls.
Herald added a project: All.
kawashima-fj requested review of this revision.
Herald added a subscriber: llvm-commits.

This is one of patch series split from D138107 <https://reviews.llvm.org/D138107>.

`-mcpu=` in `llvm/test/CodeGen/AArch64/machine-combiner.ll` is changed
to `cortex-a710` to use FP16 and SVE/SVE2 instructions. By this, the
register allocation and/or instruction scheduling are slightly changed
and some existing `CHECK` lines need to be updated.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139809

Files:
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/test/CodeGen/AArch64/machine-combiner.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139809.481994.patch
Type: text/x-patch
Size: 7556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221212/e82e6c58/attachment.bin>


More information about the llvm-commits mailing list