================ @@ -31,6 +31,7 @@ #include "llvm/ADT/StringSet.h" #include "llvm/ADT/TypeSwitch.h" #include "llvm/IR/Comdat.h" +#include "llvm/IR/ConstantRange.h" ---------------- Dinistro wrote: NIT: Is this include necessary? https://github.com/llvm/llvm-project/pull/67012