================
@@ -243,6 +401,9 @@ class LLT {
}
assert(getScalarSizeInBits() % Factor == 0);
+ if (isInteger())
----------------
HolyMolyCowMan wrote:
Similarly, no clause for floats
https://github.com/llvm/llvm-project/pull/155107