================ @@ -45,6 +45,7 @@ #include "llvm/IR/IntrinsicsAArch64.h" #include "llvm/IR/Type.h" #include "llvm/Pass.h" +#include "llvm/Support/AArch64AtomicHints.h" ---------------- Lukacma wrote: Is this header necessary here ? https://github.com/llvm/llvm-project/pull/198316