[llvm-bugs] [Bug 48550] New: [AMDGPU][MC] Large LIT tests slow down testing
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Dec 18 05:39:13 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48550
Bug ID: 48550
Summary: [AMDGPU][MC] Large LIT tests slow down testing
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: AMDGPU
Assignee: unassignedbugs at nondot.org
Reporter: dpreobrazhensky at luxoft.com
CC: llvm-bugs at lists.llvm.org
AMDGPU has several very large asm lit tests (script-generated):
gfx7_asm_all.s
gfx8_asm_all.s
gfx9_asm_all.s
gfx10_asm_all.s
Though lit test runner is able to run separate lit tests concurrently, large
tests become a bottleneck. Splitting these files into smaller chunks would
result in noticeable test time improvements.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20201218/be1b8e9c/attachment-0001.html>
More information about the llvm-bugs
mailing list