[PATCH] D119249: [Attributor][NFC] Expose new API in AAPointerInfo

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 18:48:10 PST 2022


arsenm added inline comments.


================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:4827
+    /// Constant used to represent unknown offset or sizes.
+    static constexpr int64_t Unknown = 1 << 31;
+  };
----------------
Why not just -1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119249



More information about the llvm-commits mailing list