This is another refactoring to break up the one function into three logical components functions.
Another non-functional change before we start added in features.
Details
Diff Detail
Event Timeline
lib/Transforms/Scalar/ADCE.cpp | ||
---|---|---|
51 | Please use doxygen style comments (three slashes) and a period at the end of the sentence. Please do the same for the other comments above. Also, please name the parameter. If the name does not give a good indication of what the parameter is you can use '\p' to describe the parameter., | |
68 | Doxygen, period, just like above. | |
76–79 | Typo here. 'gig' |
lib/Transforms/Scalar/ADCE.cpp | ||
---|---|---|
51 | Also, just a nit, I'm used to to read Return true for... instead of True for. |
lib/Transforms/Scalar/ADCE.cpp | ||
---|---|---|
93–95 | I tried to reply via email but it got lost in space. I prefer to not make this change until I get the my changes landed just for stability of baseline. But I will get to to it before we are done. |
Please use doxygen style comments (three slashes) and a period at the end of the sentence. Please do the same for the other comments above.
Also, please name the parameter. If the name does not give a good indication of what the parameter is you can use '\p' to describe the parameter.,