[PATCH] D136745: [NFC] [AAPointerInfo] OffsetAndSize is no longer an std::pair
Sameer Sahasrabuddhe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 26 10:15:09 PDT 2022
sameerds added inline comments.
================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:256
+ /// - The constants should not clash with DenseMapInfo, such as EmptyKey
+ /// (INT64_MIN) and TombstoneKey (INT64_MAX).
static constexpr int64_t Unassigned = -1;
----------------
Note: I mixed up MAX and MIN here, but I've fixed it in my local change that is ready to commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136745/new/
https://reviews.llvm.org/D136745
More information about the llvm-commits
mailing list