This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2e8d267 [x86] add test for PR28044 new 13c1e25 Interprocedural Register Allocation (IPRA): add a Transformat [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/Passes.h | 5 ++ lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/RegUsageInfoPropagate.cpp | 131 +++++++++++++++++++++++++++++++++ lib/CodeGen/TargetPassConfig.cpp | 3 + test/CodeGen/Generic/ipra-transform.ll | 32 ++++++++ 5 files changed, 172 insertions(+) create mode 100644 lib/CodeGen/RegUsageInfoPropagate.cpp create mode 100644 test/CodeGen/Generic/ipra-transform.ll