[llvm] [GlobalISel][LLT] Introduce FPInfo for LLT (Enable bfloat, ppc128float and others in GlobalISel) (PR #155107)
Ryan Cowan via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 27 08:36:39 PST 2025
================
@@ -243,6 +401,9 @@ class LLT {
}
assert(getScalarSizeInBits() % Factor == 0);
+ if (isInteger())
----------------
HolyMolyCowMan wrote:
And bfloats?
https://github.com/llvm/llvm-project/pull/155107
More information about the llvm-commits
mailing list