[PATCH] D133823: Add APFloat and MLIR type support for fp8 (e5m2).
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 2 18:54:34 PDT 2022
chapuni added inline comments.
================
Comment at: llvm/include/llvm/ADT/APFloat.h:160
+ // layout S1E5M2 as described in https://arxiv.org/abs/2209.05433
+ S_Float8E5M2,
+ S_x87DoubleExtended,
----------------
This triggers a warning in clang/lib/AST/MicrosoftMangle.cpp:mangleFloat. Any idea?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133823/new/
https://reviews.llvm.org/D133823
More information about the llvm-commits
mailing list