Skip to content

Commit

Permalink
[Attributor] Make abstract attributes stateless
Browse files Browse the repository at this point in the history
To remove boilerplate, mostly passing through values to the
AbstractAttriubute base class, we extract the state into an IRPosition
helper. There is no function change intended but the IRPosition struct
will provide more functionality down the line.

Reviewers: sstefan1, uenoku

Subscribers: hiraditya, bollu, jfb, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D65711

llvm-svn: 367952
  • Loading branch information
Johannes Doerfert committed Aug 5, 2019
1 parent 2402062 commit fb69f76
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 402 deletions.

0 comments on commit fb69f76

Please sign in to comment.