[PATCH] D137321: [AArch64][SVE2] Add the SVE2.1 BF16 instructions

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 01:17:53 PST 2022


david-arm updated this revision to Diff 473592.
david-arm marked 18 inline comments as done.
david-arm added a comment.

- Rebased on top of D137410 <https://reviews.llvm.org/D137410> to pick up the SME2p1 feature.
- Corrected some tests that were a bit confused with regards to movprfx.
- Tidied up some of the classes and instruction layouts.


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

https://reviews.llvm.org/D137321

Files:
  llvm/include/llvm/Support/AArch64TargetParser.def
  llvm/include/llvm/Support/AArch64TargetParser.h
  llvm/lib/Target/AArch64/AArch64.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
  llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/MC/AArch64/SVE2p1/bfadd-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/bfadd.s
  llvm/test/MC/AArch64/SVE2p1/bfclamp-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/bfclamp.s
  llvm/test/MC/AArch64/SVE2p1/bfmax-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/bfmax.s
  llvm/test/MC/AArch64/SVE2p1/bfmaxnm-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/bfmaxnm.s
  llvm/test/MC/AArch64/SVE2p1/bfmin-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/bfmin.s
  llvm/test/MC/AArch64/SVE2p1/bfminnm-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/bfminnm.s
  llvm/test/MC/AArch64/SVE2p1/bfmla-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/bfmla.s
  llvm/test/MC/AArch64/SVE2p1/bfmls-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/bfmls.s
  llvm/test/MC/AArch64/SVE2p1/bfmul-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/bfmul.s
  llvm/test/MC/AArch64/SVE2p1/bfsub-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/bfsub.s
  llvm/unittests/Support/TargetParserTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137321.473592.patch
Type: text/x-patch
Size: 63729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221107/e74e3887/attachment.bin>


More information about the llvm-commits mailing list