aaron.ballman added inline comments.
Comment at: clang/lib/AST/MicrosoftMangle.cpp:848
case APFloat::S_Float8E4M3FNUZ:
+ case APFloat::S_Float8E4M3B11FNUZ:
llvm_unreachable("Tried to mangle unexpected APFloat semantics");
majnemer wrote:
> aaron.ballman
majnemer added inline comments.
Comment at: clang/lib/AST/MicrosoftMangle.cpp:848
case APFloat::S_Float8E4M3FNUZ:
+ case APFloat::S_Float8E4M3B11FNUZ:
llvm_unreachable("Tried to mangle unexpected APFloat semantics");
aaron.ballman wrote:
> Why are there
aaron.ballman added inline comments.
Comment at: clang/lib/AST/MicrosoftMangle.cpp:848
case APFloat::S_Float8E4M3FNUZ:
+ case APFloat::S_Float8E4M3B11FNUZ:
llvm_unreachable("Tried to mangle unexpected APFloat semantics");
Why are there no changes needed
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2f086f265bf9: [APFloat] Add E4M3B11FNUZ (authored by
majnemer).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.l
majnemer updated this revision to Diff 506694.
majnemer added a comment.
Fix a small typo in PyFloat8E4M3B11FNUZType
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146441/new/
https://reviews.llvm.org/D146441
Files:
clang/lib/AST/MicrosoftMangle.
majnemer created this revision.
majnemer added a reviewer: reedwm.
Herald added subscribers: Moerafaat, zero9178, bzcheeseman, sdasgup3,
wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul,
Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob,
antiagains