[PATCH] D130832: [X86][BF16] Make backend type bf16 to follow the psABI

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 22:38:31 PDT 2022


pengfei updated this revision to Diff 450228.
pengfei added a comment.

Remove `TypeSoftenFloat` for vector action.

In D130832#3701689 <https://reviews.llvm.org/D130832#3701689>, @tstellar wrote:

> What's the status of the GlobalIsel implementation for X86?  Do we also need to update that to support the new ABI?

AFAIK, GlobalIsel is not complete supported on X86. I don't know any user uses it.
So I think it's OK to not support ATM. Besides, we don't support for `half` either: https://godbolt.org/z/rd54zs9rr


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130832

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130832.450228.patch
Type: text/x-patch
Size: 17508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220805/870b03cd/attachment-0001.bin>


More information about the llvm-commits mailing list