[llvm] r292922 - [AMDGPU][mc][tests][NFC] Add coverage/smoke tests for Gfx7 and Gfx8.

Artem Tamazov via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 04:22:02 PST 2017


Author: artem.tamazov
Date: Tue Jan 24 06:22:01 2017
New Revision: 292922

URL: http://llvm.org/viewvc/llvm-project?rev=292922&view=rev
Log:
[AMDGPU][mc][tests][NFC] Add coverage/smoke tests for Gfx7 and Gfx8.

Each test contains 20-30K test cases but takes only several (from 4 to 10)
seconds to complete on average machine. The tests cover the majority of
AMDGPU Gfx7/Gfx8 instructions, including many dark corners, and intended
to quickly find out if something is broken.

Added:
    llvm/trunk/test/MC/AMDGPU/gfx7_asm_all.s
    llvm/trunk/test/MC/AMDGPU/gfx8_asm_all.s
    llvm/trunk/test/MC/Disassembler/AMDGPU/gfx8_dasm_all.txt



More information about the llvm-commits mailing list