This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 363f0068ddd [ARM] Fix bug in ARMLoadStoreOptimizer when kill flags are [...] new 8c42b74f866 TableGen: Add -gen-register-info-debug-dump new 863f34946c9 TableGen: Fix subreg composition/concatenation
The 2 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: test/TableGen/ConcatenatedSubregs.td | 124 +++++++++++++++++++++++++++++++++ utils/TableGen/CodeGenRegisters.cpp | 115 +++++++++++++++++++++++------- utils/TableGen/CodeGenRegisters.h | 16 +++-- utils/TableGen/RegisterInfoEmitter.cpp | 71 +++++++++++++++++-- 4 files changed, 289 insertions(+), 37 deletions(-) create mode 100644 test/TableGen/ConcatenatedSubregs.td