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

via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 16 16:19:04 PDT 2024


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

Is it necessary to call this thing in `BTFTypeTypeTag::completeType`?

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


More information about the cfe-commits mailing list