This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c84b8593fb3 Subtarget support for parameterized register class information new 028255f1f77 Add AddresSpace to PseudoSourceValue. new 11283fb2c84 AMDGPU: Fix violating constant bus restriction
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: include/llvm/CodeGen/PseudoSourceValue.h | 21 +++++++++----- include/llvm/Target/TargetInstrInfo.h | 8 +++++ lib/CodeGen/MachineFunction.cpp | 4 ++- lib/CodeGen/MachineInstr.cpp | 6 +++- lib/CodeGen/PseudoSourceValue.cpp | 45 ++++++++++++++++++----------- lib/Target/AMDGPU/SIInstrInfo.cpp | 28 +++++++++++++++--- lib/Target/AMDGPU/SIInstrInfo.h | 3 ++ lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 2 ++ lib/Target/AMDGPU/SIMachineFunctionInfo.h | 9 +++--- test/CodeGen/AMDGPU/twoaddr-mad.mir | 22 ++++++++++++++ 10 files changed, 114 insertions(+), 34 deletions(-)