diff options
author | kkwli <kkwli@users.noreply.github.com> | 2023-12-06 09:59:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 09:59:16 -0500 |
commit | 8d0fb9f6372ac558380b4771f673bd16ec4030a1 (patch) | |
tree | 1554921f99045eafbb48bf8bf38a4b9819879884 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | a599a6128c2e0032f4b5f05647987f0c8f112932 (diff) | |
download | llvm-8d0fb9f6372ac558380b4771f673bd16ec4030a1.zip llvm-8d0fb9f6372ac558380b4771f673bd16ec4030a1.tar.gz llvm-8d0fb9f6372ac558380b4771f673bd16ec4030a1.tar.bz2 |
[flang] Make the length size matched in comparison (NFC) (#73280)
The template function call `CheckDescriptorEqInt(length.get(), 16)` is
deduced to have `INT_T` equal to `std::int32_t` instead of
`std::int64_t`, but the length descriptor points to a 64-byte storage.
The comparison does not work in a big endian.
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions