[llvm] [GlobalISel][LLT] Introduce FPInfo for LLT (Enable bfloat, ppc128float and others in GlobalISel) (PR #155107)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 19 02:12:58 PST 2026
davemgreen wrote:
> I've encountered a few new issues when porting the AArch64 backend to use the new types.
@HolyMolyCowMan can you put up all the patches you have as a PR, that show this working under AArch64? My understanding was that it could work OK and allowed BF16 to work, but could have some downsides in the extra verbosity of needing things like duplicate patterns for fp and int types during selection.
https://github.com/llvm/llvm-project/pull/155107
More information about the llvm-commits
mailing list