================ @@ -32,6 +32,7 @@ #include "llvm/IR/InstrTypes.h" #include "llvm/IR/Instruction.h" #include "llvm/IR/Instructions.h" +#include "llvm/IR/IntrinsicInst.h" ---------------- Keenuts wrote: Changed to `CallInst` for now. https://github.com/llvm/llvm-project/pull/176145