[clang] [llvm] [BPF] Do atomic_fetch_*() pattern matching with memory ordering (PR #107343)

via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 07:56:18 PDT 2024


================
@@ -35,6 +35,15 @@ static const char *BTFKindStr[] = {
 #include "llvm/DebugInfo/BTF/BTF.def"
 };
 
+static const DIType *tryRemoveAtomicType(const DIType *Ty) {
----------------
yonghong-song wrote:

Good point. I probably missed this case. Let me fix it.

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


More information about the llvm-commits mailing list