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

Ivan Krasin via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 11:59:00 PST 2017


Author: krasin
Date: Tue Jan 24 13:58:59 2017
New Revision: 292974

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

Reason: broke ASAN bots with a global buffer overflow.
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/2291

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.


Removed:
    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