================
@@ -272,6 +274,26 @@ static inline StringRef mapScopeToSPIRV(StringRef
AMDGCNScope) {
return AMDGCNScope;
}
+static llvm::AtomicOrdering mapCABIAtomicOrdering(unsigned AO) {
+ // Map C11/C++11 memory ordering to LLVM memory ordering
+ assert(llvm::isValidAtomicOrderingCABI(AO));
----------------
arsenm wrote:
```suggestion
```
Redundant with the unreachable
https://github.com/llvm/llvm-project/pull/177343
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits