[PATCH] D73131: [IR] Value::getPointerAlignment(): handle pointer constants
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 8 12:42:48 PST 2020
nikic added a comment.
Sounds pretty odd to me too. From a quick grep, there's only a handful of `destroyConstant()` uses outside GlobalOpt, and those tend to deal with `BlockAddress` only (which is somewhat particular about uses).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73131/new/
https://reviews.llvm.org/D73131
More information about the llvm-commits
mailing list