[PATCH] D151710: [X86][BF16] Share FP16 vector ABI with BF16

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 07:39:31 PDT 2023


pengfei created this revision.
pengfei added reviewers: RKSimon, LuoYuanke, bkramer, craig.topper.
Herald added a subscriber: hiraditya.
Herald added a project: All.
pengfei requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The ABI of BF16 is identical to FP16 rather than i16.

Fixes #62997


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D151710

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/bfloat.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151710.526609.patch
Type: text/x-patch
Size: 5050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230530/08b7fa1f/attachment.bin>


More information about the llvm-commits mailing list