[clang] [WIP][Clang] Allow floating point fixed vectors with atomic builtins (PR #129495)

Vikram Hegde via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 20 03:03:20 PDT 2025


================
@@ -2312,6 +2312,17 @@ bool Type::isRealType() const {
   return isBitIntType();
 }
 
+bool Type::isFPAtomicCompatibleType() const {
----------------
vikramRH wrote:

not sure if this is the right place for the predicate, ASTContext seemed like a good option too

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


More information about the cfe-commits mailing list