[PATCH] D141164: [AAUnderlyingObjects] Introduce an AA for getting underlying objects of a pointer
Shilei Tian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 7 21:15:41 PST 2023
tianshilei1992 added inline comments.
================
Comment at: llvm/test/Transforms/Attributor/value-simplify-pointer-info.ll:2100
define i8 @phi_store() {
-; TUNIT: Function Attrs: nofree norecurse nosync nounwind willreturn
-; TUNIT-LABEL: define {{[^@]+}}@phi_store
----------------
tianshilei1992 wrote:
> I might want to update the test case first w/o my changes.
It looks like the merge of two check lines is indeed introduced in this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141164/new/
https://reviews.llvm.org/D141164
More information about the llvm-commits
mailing list