llvm-project
c5b90103
- [VPlan] Use nuw when computing {VF,VScale}xUF (#170710)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
135 days ago
[VPlan] Use nuw when computing {VF,VScale}xUF (#170710) These quantities should never unsigned-wrap. This matches the behavior if only VFxUF is used (and not VF): when computing both VF and VFxUF, nuw should hold for each step separately.
References
#170710 - [VPlan] Use nuw when computing {VF,VScale}xUF
Author
artagnon
Parents
9a5fa307
Loading