This fixes a violation of the wrap flag rules introduced in c4048d8f. As noted in the original review, the NUW is legal to infer from the structure of the replacee, but a) there's no test coverage, and b) this should be done generically for all multiplies.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for fixing this! LGTM
llvm/lib/Analysis/ScalarEvolution.cpp | ||
---|---|---|
13499 | nit: replacee -> replaced? |
nit: replacee -> replaced?