This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1b7dbea CodeGen: Remove implicit iterator conversions in PHIElimination, NFC new 7e961b6 LoadStoreVectorizer: Use AA metadata new 4383a51 CodeGen: Use MachineInstr& in LiveVariables API, NFC
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/LiveVariables.h | 49 +++++++++++----------- lib/CodeGen/LiveVariables.cpp | 48 ++++++++++----------- lib/CodeGen/MachineBasicBlock.cpp | 2 +- lib/CodeGen/PHIElimination.cpp | 12 +++--- lib/CodeGen/TwoAddressInstructionPass.cpp | 28 ++++++------- lib/Target/ARM/ARMBaseInstrInfo.cpp | 6 +-- lib/Target/SystemZ/SystemZInstrInfo.cpp | 2 +- lib/Target/X86/X86InstrInfo.cpp | 14 +++---- lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 13 +++--- .../LoadStoreVectorizer/AMDGPU/aa-metadata.ll | 32 ++++++++++++++ 10 files changed, 117 insertions(+), 89 deletions(-) create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/aa-metadata.ll