================ @@ -1262,50 +1262,28 @@ static RValue emitLibCallForAtomicExpr(CIRGenFunction &cgf, AtomicExpr *e, case AtomicExpr::AO__atomic_store: case AtomicExpr::AO__atomic_store_n: case AtomicExpr::AO__c11_atomic_store: + case AtomicExpr::AO__hip_atomic_store: ---------------- erichkeane wrote:
I guess I'm confused? You're adding these to 'implemented', right? What do you mean by 'NYI in later code anyway'? https://github.com/llvm/llvm-project/pull/223732 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
