This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 999e03461fa [DAGCombiner] use more local variables in isAlias(); NFCI new 4d00a6147fc Remove duplicate AttributeList::removeAttributes implementation new 1baa360f328 CodeGen: Let frame index value type match alloca addr space
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/Target/TargetLowering.h | 6 ++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 10 ++-- lib/IR/Attributes.cpp | 75 ++++-------------------- test/CodeGen/AMDGPU/frame-index-amdgiz.ll | 55 +++++++++++++++++ 5 files changed, 80 insertions(+), 70 deletions(-) create mode 100644 test/CodeGen/AMDGPU/frame-index-amdgiz.ll