================ @@ -11,6 +11,7 @@ //===----------------------------------------------------------------------===// #include "InstCombineInternal.h" +#include "llvm/ADT/APInt.h" ---------------- goldsteinn wrote: This shouldn't be needed. https://github.com/llvm/llvm-project/pull/85555