[PATCH] D143760: [Codeview] Fix incorrect size determination for Fortran complex types.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 11:27:48 PST 2023
dblaikie added a comment.
In D143760#4128992 <https://reviews.llvm.org/D143760#4128992>, @smerritt wrote:
> Consider that Codeview includes an entry to describe an 80 bit complex. If the 80 bits was intended to represent the total size of the complex that would mean that the real and imaginary components of the complex are 40 bits each, requiring the existence of a 5-byte floating point value.
is that how MSVC describes such an entity? Or does it describe it as 160 bits? (or something else) & what does Clang do for something similar/equivalent?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143760/new/
https://reviews.llvm.org/D143760
More information about the llvm-commits
mailing list