[llvm-branch-commits] [llvm] [SROA] Use !tbaa instead of !tbaa.struct if op matches field. (PR #81289)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Feb 12 06:14:14 PST 2024


dobbelaj-snps wrote:

> > Hmm. 10 changes + 1 new usage of setAAMetaData, But only 4 relevant changes in tests.. That part of SROA seems to lack some testing ?
> 
> Yes, will add the missing coverage, just wanted to make sure this makes sense in general beforehand

I think it makes sense.

For this one to go through, I think we need at least a testcase that triggers the new 'PStore->setAAMetaData'... case. (line 4582)


https://github.com/llvm/llvm-project/pull/81289


More information about the llvm-branch-commits mailing list