[clang] [FMV][AIX] Implement target_clones (cpu-only) (PR #177428)
Wael Yehia via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 10 09:49:57 PDT 2026
================
@@ -562,4 +562,60 @@ bool SemaPPC::BuiltinVSX(CallExpr *TheCall) {
return false;
}
+bool SemaPPC::checkTargetClonesAttr(
+ SmallVectorImpl<StringRef> &Params, SmallVectorImpl<SourceLocation> &Locs,
----------------
w2yehia wrote:
done. Thanks
https://github.com/llvm/llvm-project/pull/177428
More information about the cfe-commits
mailing list