[llvm] [indvars] Missing variables at Og (PR #88270)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 01:44:02 PDT 2024
================
@@ -17,7 +17,9 @@
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/Instructions.h"
+#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/PassManager.h"
+#include "llvm/IR/ValueHandle.h"
----------------
nikic wrote:
Adding these includes to a core header like LoopInfo.h adds significant compile-time overhead.
https://github.com/llvm/llvm-project/pull/88270
More information about the llvm-commits
mailing list