[llvm] [CodeGen] Prune headers and move code out of line for build efficiency, NFC (PR #135622)

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 14 22:15:54 PDT 2025


================
@@ -49,6 +49,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "X86TargetTransformInfo.h"
+#include "llvm/ADT/SmallBitVector.h"
----------------
rnk wrote:

Yes, it was papered over due to transitive includes.

https://github.com/llvm/llvm-project/pull/135622


More information about the llvm-commits mailing list