================
@@ -243,6 +401,9 @@ class LLT {
}
assert(getScalarSizeInBits() % Factor == 0);
+ if (isInteger())
----------------
DenisGZM wrote:
Here we should put an assert to prevent fp.
https://github.com/llvm/llvm-project/pull/155107