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

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 3 06:04:19 PDT 2025


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

LGTM. It does not depend on other factors.

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


More information about the cfe-commits mailing list