llvm-project
87174076 - [CodeGen] Remove checks for vectors in unsigned division prior to computing leading zeros (#99524)

Commit
1 year ago
[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.
Author
Parents
Loading