summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/cpus-no-x86_64.ll
Commit message (Collapse)AuthorAgeFilesLines
* Further split cpus testJonas Devlieghere2018-10-261-25/+0
| | | | | | | | | | On GreenDragon, CodeGen/X86/cpus-no-x86_64.ll was still timing out even after breaking up the original test. I further split off the intel and AMD cpus which hopefully resolves this. http://green.lab.llvm.org/green/job/clang-stage2-cmake-RgSan/ llvm-svn: 345438
* Split invocations in CodeGen/X86/cpus.ll among multiple tests. (NFC)Jonas Devlieghere2018-09-281-0/+37
On GreenDragon `CodeGen/X86/cpus.ll` is timing out on the bot with Asan and 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 parallelism. Differential revision: https://reviews.llvm.org/D52603 llvm-svn: 343313
OpenPOWER on IntegriCloud