Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | ||
---|---|---|
846 | This is ugly. Does clang-format like it better if we put braces inside the DEBUG()? DEBUG({ dbgs() << ...; for (...) {} }); Same above for many of the other multi-instruction DEBUGs. |
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | ||
---|---|---|
846 | Looks like yes, it does. Updating shortly. |
Probably should have braces here, too.