[PATCH] D153790: [ValueTracking] Add option to ignore ptrmask in getUnderlyingObject*

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 10:43:35 PDT 2023


arsenm added a comment.

Needs tests. Also feels like the wrong way to deal with this. The whole point of ptrmask is that it does keep pointing to the underlying object? ptrmask also isn't arbitrary bit manipulation, it's an and


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153790



More information about the llvm-commits mailing list