This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4383a51 CodeGen: Use MachineInstr& in LiveVariables API, NFC new d88fd12 Revert "code hoisting pass based on GVN" new 0b5646a LoadStoreVectorizer: Fix assert when merging pointer ops
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/InitializePasses.h | 1 - include/llvm/LinkAllPasses.h | 1 - include/llvm/Transforms/Scalar.h | 7 - include/llvm/Transforms/Scalar/GVN.h | 15 +- lib/Passes/PassRegistry.def | 1 - lib/Transforms/IPO/PassManagerBuilder.cpp | 1 - lib/Transforms/Scalar/CMakeLists.txt | 1 - lib/Transforms/Scalar/GVNHoist.cpp | 740 --------------------- lib/Transforms/Scalar/Scalar.cpp | 5 - lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 20 +- test/Transforms/GVN/hoist.ll | 650 ------------------ .../LoadStoreVectorizer/AMDGPU/pointer-elements.ll | 311 +++++++++ 12 files changed, 332 insertions(+), 1421 deletions(-) delete mode 100644 lib/Transforms/Scalar/GVNHoist.cpp delete mode 100644 test/Transforms/GVN/hoist.ll create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/pointer-elements.ll