[clang] [llvm] [AArch64] Implement the atomic store with hint intrinsic (PR #198316)

via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 21 05:23:56 PDT 2026


================
@@ -26,6 +26,7 @@
 #include "llvm/ADT/Statistic.h"
 #include "llvm/Analysis/AliasAnalysis.h"
 #include "llvm/CodeGen/CFIInstBuilder.h"
+#include "llvm/CodeGen/CodeGenCommonISel.h"
----------------
Lukacma wrote:

I think this header is unnecessary here ?

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


More information about the cfe-commits mailing list