[PATCH] D134704: [AAPointerInfo] Distinguish initial from unknown OffsetInfo
Sameer Sahasrabuddhe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 10:35:24 PDT 2022
sameerds added a comment.
In D134704#3818032 <https://reviews.llvm.org/D134704#3818032>, @jdoerfert wrote:
> Some minor nits inlined. Also, (1) can we have a pure Attributor test for this?
I'll take care of the rest, but some advise on a pure Attributor test would be useful. I did take a look at tests that were affected by previous changes to the handling of PHI nodes. But couldn't really follow how to eventually surface the effect of PointerInfo in terms of function attributes or load/store optimizations in a lit test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134704/new/
https://reviews.llvm.org/D134704
More information about the llvm-commits
mailing list