[PATCH] D83283: [Attributor] AAPotentialValues Interface

Shinji Okumura via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 07:15:06 PDT 2020


okura marked an inline comment as done.
okura added inline comments.


================
Comment at: llvm/include/llvm/ADT/DenseMapInfo.h:351
 
+/// Provide DenseMapInfo for APInt.
+template <> struct DenseMapInfo<APInt> {
----------------
sstefan1 wrote:
> As @fhahn already mentioned, I guess you can commit DenseMapInfo part separately, as a NFC.
Sorry, I misunderstood the comment. I split the part. (D85131)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83283/new/

https://reviews.llvm.org/D83283



More information about the llvm-commits mailing list