Trying to fix https://llvm.org/bugs/show_bug.cgi?id=30448 and another bunch of latent bugs in SCCP.
I'm going to send a detailed mails about the motivations to llvm-dev in a bit, but I wanted a review to link to first.
Details
Details
- Reviewers
eli.friedman • dberlin efriedma
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Link of the llvm-dev proposal:
http://lists.llvm.org/pipermail/llvm-dev/2016-December/108588.html
Comment Actions
Code looks fine.
lib/Transforms/Scalar/SCCP.cpp | ||
---|---|---|
529 | Did you mean to special-case undef here? |
Comment Actions
This is ancient history. Florian (@fhahn) did a bunch of work in the area and can probably pick some of this up if he wants to.
Did you mean to special-case undef here?