Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | ||
---|---|---|
837 ↗ | (On Diff #63113) | 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 | ||
---|---|---|
837 ↗ | (On Diff #63113) | Looks like yes, it does. Updating shortly. |