This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 164e0c1 code hoisting pass based on GVN new 9de35f8 LoadStoreVectorizer: Fix crashes on sub-byte types new 378e169 LoadStoreVectorizer: if one element of a vector is integer, d [...] new 5ec7ee3 [PDB] Indicate which type record failed hash validation new 1199c8c [pdb] Avoid reporting an error when the module symbol stream [...] new 5bcaf78 CodeGen: Use MachineInstr& in PrologEpilogInserter, NFC
The 5 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: lib/CodeGen/PrologEpilogInserter.cpp | 38 ++-- lib/DebugInfo/PDB/Raw/ModStream.cpp | 3 + lib/DebugInfo/PDB/Raw/TpiStream.cpp | 10 +- lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 36 +++- .../LoadStoreVectorizer/AMDGPU/merge-stores.ll | 2 +- .../AMDGPU/weird-type-accesses.ll | 199 +++++++++++++++++++++ 6 files changed, 263 insertions(+), 25 deletions(-) create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/weird-type-accesses.ll