llvm-project
c75b8a16 - [TargetLowering] Avoid unnecessary nodes in the chunk loop in expandDIVREMByConstant (#187967)

Commit
28 days ago
[TargetLowering] Avoid unnecessary nodes in the chunk loop in expandDIVREMByConstant (#187967) We don't need an AND on the last iteration. If we shifted the dividend due to trailing zeros in the divisor, we don't need a chunk that only contains shifted in zeros.
Author
Parents
Loading