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

Momchil Velikov via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 08:14:54 PST 2025


================
@@ -57,6 +57,11 @@
 //  - IsBF true for vector of brain float elements.
 //===----------------------------------------------------------------------===//
 
+#ifndef SVE_SCALAR_TYPE
+#define SVE_SCALAR_TYPE(Name, MangledName, Id, SingletonId, Bits) \
----------------
momchil-velikov wrote:

I already suggested we rename/restructure this file https://github.com/llvm/llvm-project/pull/99865#discussion_r1803464984
The feedback was we can do it later.
So I'll keep it as it for now and include `SVE_SCALAR_TYPE` in the whole refactoring/renaming when "later" comes.

https://github.com/llvm/llvm-project/pull/118969


More information about the llvm-commits mailing list