================
@@ -448,15 +448,15 @@ std::string SVEType::builtinBaseType() const {
case TypeKind::PredicatePattern:
return "i";
case TypeKind::Fpm:
- return "Wi";
+ return "UWi";
----------------
SpencerAbson wrote:
Good catch
https://github.com/llvm/llvm-project/pull/118969