================ @@ -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:
oh, I see? So this is unreachable right now effectively? https://github.com/llvm/llvm-project/pull/223732 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
