AtariDreams 871740761f
[CodeGen] Remove checks for vectors in unsigned division prior to computing leading zeros (#99524)
It turns out we can safely use
DAG.computeKnownBits(N0).countMinLeadingZeros() with constant legal
vectors, so remove the check for it.
2024-07-19 12:15:36 +08:00
..
2024-04-29 09:01:57 +08:00
2024-05-15 13:10:16 +01:00