[PATCH] D122181: Cleanup includes: Transforms/Instrumentation & Transforms/Vectorize

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 13:39:54 PDT 2022


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:74
 #include "llvm/IR/ValueHandle.h"
+#ifdef EXPENSIVE_CHECKS
 #include "llvm/IR/Verifier.h"
----------------
Consider including it unconditionally. The header is small


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122181/new/

https://reviews.llvm.org/D122181



More information about the llvm-commits mailing list