[PATCH] D93404: [NFC][SVE] Clean up bfloat isel patterns that emit non-bfloat instructions.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 09:33:32 PST 2020


paulwalker-arm created this revision.
Herald added subscribers: NickHung, psnobl, hiraditya, tschuett.
Herald added a reviewer: efriedma.
paulwalker-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

During isel there's no need to protect illegal types. Patch also
adds a missing unit test for tbl2 intrinsic using bfloat types.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93404

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve2-intrinsics-perm-tb.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93404.312241.patch
Type: text/x-patch
Size: 23989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201216/02a7cc9b/attachment.bin>


More information about the llvm-commits mailing list