[PATCH] D136439: [AArch64][SVE2] Add the SVE2.1 bfmlslb and bfmlslt instructions

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 06:57:59 PDT 2022


david-arm updated this revision to Diff 469593.
david-arm added a comment.

- As a result of changing the instruction name from BFMLALB_ZZI to BFMLALB_ZZZI I started to see failures building AArch64SchedNeoverse.td. I have no idea why this happens, but the solution is the same as elsewhere, i.e. to add SVEUnsupported.F to the list of unsupported features.
- As a result of a comment on a previous patch in this chain I have moved the tests into llvm/test/MC/AArch64/SVE2p1 and removed the sme2_or_sve2p1 part from the names.


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

https://reviews.llvm.org/D136439

Files:
  llvm/lib/Target/AArch64/AArch64.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/MC/AArch64/SVE2p1/bfmlslb-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/bfmlslb.s
  llvm/test/MC/AArch64/SVE2p1/bfmlslt-diagnostics.s
  llvm/test/MC/AArch64/SVE2p1/bfmlslt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136439.469593.patch
Type: text/x-patch
Size: 15714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221021/15c9ec81/attachment.bin>


More information about the llvm-commits mailing list