[llvm] [llvm][OpenMP][NFC] Cleanup AtomicInfo (PR #119199)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 03:27:45 PST 2024


================
@@ -12,44 +12,45 @@
 
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/IR/DataLayout.h"
+#include "llvm/IR/IRBuilder.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/Intrinsics.h"
 #include "llvm/IR/Module.h"
 #include "llvm/IR/Operator.h"
 #include "llvm/IR/RuntimeLibcalls.h"
----------------
nikic wrote:

Maybe double check that you still need these includes in the header? E.g. I don't think you need RuntimeLibcalls.h?

https://github.com/llvm/llvm-project/pull/119199


More information about the llvm-commits mailing list