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

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 9 00:39:55 PST 2022


jdoerfert 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;
+  };
----------------
arsenm wrote:
> Why not just -1
I'll change it, don't ask me how I ended up with it.


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