This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 198959c487f Tighten the invariants around LoopBase::invalidate new 8e11a03a95f AMDGPU: Match store d16_hi instructions
The 1 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/Target/AMDGPU/AMDGPUInstructions.td | 63 +++- lib/Target/AMDGPU/BUFInstructions.td | 10 + lib/Target/AMDGPU/DSInstructions.td | 5 + lib/Target/AMDGPU/FLATInstructions.td | 17 + test/CodeGen/AMDGPU/fneg.f16.ll | 9 +- test/CodeGen/AMDGPU/store-global.ll | 4 +- test/CodeGen/AMDGPU/store-hi16.ll | 594 ++++++++++++++++++++++++++++++++ 7 files changed, 678 insertions(+), 24 deletions(-) create mode 100644 test/CodeGen/AMDGPU/store-hi16.ll