This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 628e4bfaaf2 AMDGPU: Fix unused variable warnings in release builds new 23cd383db36 [AMDGPU][MC] Enabled expressions for most operands which ac [...]
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/AsmParser/AMDGPUAsmParser.cpp | 167 ++++++++------ lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 8 +- test/MC/AMDGPU/dl-insts-err.s | 88 +++---- test/MC/AMDGPU/expressions-gfx10.s | 49 ++++ test/MC/AMDGPU/expressions.s | 256 +++++++++++++++++++-- test/MC/AMDGPU/flat-global.s | 74 +++--- test/MC/AMDGPU/invalid-instructions-spellcheck.s | 2 +- test/MC/AMDGPU/literals.s | 88 +++---- test/MC/AMDGPU/vop3.s | 14 +- test/MC/AMDGPU/vop3p-err.s | 14 +- test/MC/AMDGPU/vop_sdwa.s | 11 +- 11 files changed, 542 insertions(+), 229 deletions(-) create mode 100644 test/MC/AMDGPU/expressions-gfx10.s