[clang] [llvm] [AArch64] Refactor implementation of FP8 types (NFC) (PR #118969)

via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 6 10:08:44 PST 2024


================
@@ -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


More information about the cfe-commits mailing list