[PATCH] D118669: [Attributor] Introduce the concept of query AAs
    Johannes Doerfert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jan 31 17:26:46 PST 2022
    
    
  
jdoerfert updated this revision to Diff 404771.
jdoerfert added a comment.
Improved documentation/comments, added test changes
The changed tests show how we now miss norecurse in CGSCC mode, which is a good
thing. Note that this only happens we use AAFunctionReachable for AANorecurse,
thus, after D110099 <https://reviews.llvm.org/D110099>.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118669/new/
https://reviews.llvm.org/D118669
Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/test/Transforms/Attributor/IPConstantProp/openmp_parallel_for.ll
  llvm/test/Transforms/Attributor/IPConstantProp/return-constants.ll
  llvm/test/Transforms/Attributor/cgscc_bugs.ll
  llvm/test/Transforms/Attributor/nonnull.ll
  llvm/test/Transforms/Attributor/openmp_parallel.ll
  llvm/test/Transforms/Attributor/potential.ll
  llvm/test/Transforms/Attributor/returned.ll
  llvm/test/Transforms/Attributor/value-simplify-pointer-info.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118669.404771.patch
Type: text/x-patch
Size: 130302 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220201/700946fb/attachment-0001.bin>
    
    
More information about the llvm-commits
mailing list