[PATCH] D66258: [Attributor] Introduce initialize calls and move code to keep attributes concise

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 14:55:37 PDT 2019


jdoerfert created this revision.
jdoerfert added reviewers: uenoku, sstefan1.
Herald added subscribers: bollu, hiraditya.
Herald added a project: LLVM.

This patch should not change the behavior except that the added
initialize methods might indicate an optimistic fixpoint earlier. The
code movement is done to keep the attribute definitions in a single
block where it makes sense. No functional changes intended there.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66258

Files:
  llvm/lib/Transforms/IPO/Attributor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66258.215258.patch
Type: text/x-patch
Size: 16867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190814/0eeaa68e/attachment-0001.bin>


More information about the llvm-commits mailing list