This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f977c2b [LV] Enable vectorization of loops with conditional stores by [...] new 31f8665 AMDGPU: Assembler support for vintrp instructions new de94ece [ThinLTO] Thin link efficiency: skip candidate added later wi [...]
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: lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 78 ++++++++++++++++++ lib/Target/AMDGPU/SIInstrInfo.td | 24 ++++++ lib/Target/AMDGPU/SIInstructions.td | 12 +-- lib/Transforms/IPO/FunctionImport.cpp | 17 +++- test/MC/AMDGPU/vintrp-err.s | 45 ++++++++++ test/MC/AMDGPU/vintrp.s | 105 ++++++++++++++++++++++++ 6 files changed, 271 insertions(+), 10 deletions(-) create mode 100644 test/MC/AMDGPU/vintrp-err.s create mode 100644 test/MC/AMDGPU/vintrp.s