================
@@ -68,7 +68,11 @@ class RISCVTargetInfo : public TargetInfo {
return TargetInfo::VoidPtrBuiltinVaList;
}
- std::string_view getClobbers() const override { return ""; }
+ std::string_view getClobbers() const override {
+ if (ISAInfo->hasExtension("zve32x"))
----------------
HankChang736 wrote:
I just reverted this implementation.
https://github.com/llvm/llvm-project/pull/128636
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits