[llvm] [ExpandLargeFpConvert] Support bfloat. (PR #87619)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 6 12:32:02 PDT 2024


arsenm wrote:

> Note that it doesn't seem like AMDGPU with GlobalISel can
handle fptrunc of float to bfloat, which is needed for itofp.
I've omitted the GISEL run for the bfloat case.

GlobalIsel can't support/represent bfloat right now. We aren't correctly falling back in some situations though, so I wouldn't worry about it for this patch 

https://github.com/llvm/llvm-project/pull/87619


More information about the llvm-commits mailing list