[PATCH] D59918: [Attributor] Pass infrastructure and fixpoint framework
    Florian Hahn via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May 23 07:08:50 PDT 2019
    
    
  
fhahn added a comment.
As additional verification, we could run the attributor again, after materializing the changes from the initial run and check if no new facts are discovered, if the iteration limit is not exceeded. We have something similar in NewGVN and it has been helpful to surface missing links in the virtual representation/ non-determinism (links between the abstract attributes in the Attributor case for example).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59918/new/
https://reviews.llvm.org/D59918
    
    
More information about the llvm-commits
mailing list