[PATCH] D24090: [SLP] Sink debug after checking for matching types/opcode.
Michael Kuperstein via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 10:39:27 PDT 2016
mkuper added a comment.
Maybe leave it where it is, but change the text from "Vectorizing" to "Trying to vectorize"?
With this patch it seems like it's neither here nor there - passing the "sameness" check still no guarantee we'll actually 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?)
https://reviews.llvm.org/D24090
More information about the llvm-commits
mailing list