This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dfbb55f AArch64: fall back to DAG ISel for inline assembly. new f91130f CodeGen: Add/Factor out LiveRegUnits class; NFCI new 8e75c50 LiveRegUnits: Add accumulateBackward() function new 5527bce GlobalISel: Pass the MachineFunction in to reportSelectionErr [...]
The 3 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/LiveRegUnits.h | 125 +++++++++++++++++++++++ include/llvm/CodeGen/RegisterScavenging.h | 14 ++- lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/GlobalISel/InstructionSelect.cpp | 12 +-- lib/CodeGen/LiveRegUnits.cpp | 121 ++++++++++++++++++++++ lib/CodeGen/RegisterScavenging.cpp | 67 ++---------- lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp | 50 ++++----- 7 files changed, 285 insertions(+), 105 deletions(-) create mode 100644 include/llvm/CodeGen/LiveRegUnits.h create mode 100644 lib/CodeGen/LiveRegUnits.cpp