craig.topper added inline comments.
================ Comment at: clang/lib/CodeGen/CodeGenFunction.cpp:504 VScale, VScale)); + } else if (getContext().getTargetInfo().hasFeature("sve")) { + CurFn->addFnAttr( ---------------- Is there any way we can check that the target is ARM before checking an "sve" on a target independent interface? If any other target uses the name "sve" this will trigger. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D106277/new/ https://reviews.llvm.org/D106277 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits