================ @@ -119,6 +119,12 @@ class LLVM_LIBRARY_VISIBILITY SystemZTargetInfo : public TargetInfo { TargetInfo::ConstraintInfo &info) const override; std::string convertConstraint(const char *&Constraint) const override { + if (llvm::StringRef(Constraint) == "@cc") { + auto Len = llvm::StringRef("@cc").size(); ---------------- uweigand wrote:
This is a compile-time constant. Again, in SystemZ.cpp that is hard-coded; why do we need this expression here? https://github.com/llvm/llvm-project/pull/125970 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits