[PATCH] D52603: Split invocations in CodeGen/X86/cpus.ll among multiple tests. (NFC)

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 04:32:45 PDT 2018


JDevlieghere created this revision.
JDevlieghere added reviewers: craig.topper, RKSimon.
JDevlieghere retitled this revision from "[test] Split invocations in CodeGen/X86/cpus.ll among multiple tests." to "Split invocations in CodeGen/X86/cpus.ll among multiple tests. (NFC)".

On GreenDragon `CodeGen/X86/cpus.ll` is timing out on the bot with Asan & UBSan enabled. With the same configuration on my machine, the test passes but takes more than 3 minutes to do so. I could increase the timeout, but I believe it makes more sense to split up the test because it allows for more parallelization.


Repository:
  rL LLVM

https://reviews.llvm.org/D52603

Files:
  llvm/test/CodeGen/X86/cpus-64.test
  llvm/test/CodeGen/X86/cpus-amd.test
  llvm/test/CodeGen/X86/cpus-intel.test
  llvm/test/CodeGen/X86/cpus-other.test
  llvm/test/CodeGen/X86/cpus.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52603.167275.patch
Type: text/x-patch
Size: 31227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180927/23a4bd7f/attachment-0001.bin>


More information about the llvm-commits mailing list