[PATCH] D131502: [X86][BF16][Experiment] Fix the missing fpext/fpround back for BF16 promote

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 08:43:44 PDT 2022


pengfei created this revision.
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.

This is an experimental patch referred to the method introduced by D73749 <https://reviews.llvm.org/D73749>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131502

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/test/CodeGen/X86/bfloat.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131502.451172.patch
Type: text/x-patch
Size: 16114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220809/1d881f2a/attachment.bin>


More information about the llvm-commits mailing list