This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 95dd0d84d21 [AMDGPU] gfx1010 wavefrontsize intrinsic folding new e0ff6cd9635 [MemorySSA] Add all MemoryPhis before filling their values. new fcf015b682f AMDGPU: Make getreg intrinsic inaccessiblememonly new 22af01a4140 [X86][SSE] Scalarize under-aligned XMM vector nt-stores (PR42026) new 97e04d1cf30 LiveInterval.h: add LiveRange::findIndexesLiveAt function - [...]
The 4 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/LiveInterval.h | 38 + include/llvm/IR/IntrinsicsAMDGPU.td | 2 +- lib/Analysis/MemorySSAUpdater.cpp | 16 +- lib/Target/X86/X86ISelLowering.cpp | 45 + test/Analysis/MemorySSA/update_unroll.ll | 51 + test/CodeGen/X86/merge-consecutive-stores-nt.ll | 300 +++--- test/CodeGen/X86/nontemporal-3.ll | 1219 +++++++++++------------ 7 files changed, 904 insertions(+), 767 deletions(-) create mode 100644 test/Analysis/MemorySSA/update_unroll.ll