There can be ASM returning some other value, and we might end up folding the incorrect value.
Details
Details
- Reviewers
Bigcheese rnk - Commits
- rG8e9a4a8168ac: Merging r293727: --------------------------------------------------------------…
rG7343b9f340de: [IPSCCP] Teach how to not propagate return values of naked functions.
rL293796: Merging r293727:
rL293727: [IPSCCP] Teach how to not propagate return values of naked functions.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Probably at least IPConstprop (the 'naive version' of SCCP that doesn't build a lattice yada yada yada), but that's not part of the default pipeline. I'll take care of it next.