================
@@ -311,6 +311,12 @@ static std::optional<std::string> hexagonAttrToFeatureString(unsigned Attr) {
return "v73";
case 75:
return "v75";
+ case 77:
----------------
iajbar wrote:
Should V77 be removed?
https://github.com/llvm/llvm-project/pull/166992