Trivial refactoring. I was working through a few of the existing lit test cases with debug enabled and I found it to be misleading to print this message and then immediate return because the types/opcode don't match.
Chad
Differential D24090
[SLP] Sink debug after checking for matching types/opcode. mcrosier on Aug 31 2016, 10:34 AM. Authored by
Details Trivial refactoring. I was working through a few of the existing lit test cases with debug enabled and I found it to be misleading to print this message and then immediate return because the types/opcode don't match. Chad
Diff Detail
Event TimelineComment Actions Maybe leave it where it is, but change the text from "Vectorizing" to "Trying to vectorize"? (Or even better, leave it where it is, change the text to "Trying to vectorize", and add another debug print once we pass the type/opcode check?) Comment Actions And now I'm leaning toward just changing the original statement to say "Trying to vectorize a list.." |