[PATCH] D85551: [OpenMP] Split OpenMP/target_map_codegen test [NFC]
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 7 13:45:50 PDT 2020
jdoerfert added inline comments.
================
Comment at: clang/test/OpenMP/target_map_codegen_18.cpp:5
+
+///==========================================================================///
+// RUN: %clang_cc1 -DUSE -DCK19 -verify -fopenmp -fopenmp-targets=powerpc64le-ibm-linux-gnu -x c++ -triple powerpc64le-unknown-unknown -emit-llvm %s -o - | FileCheck -allow-deprecated-dag-overlap %s --check-prefixes=CK19,CK19-64,CK19-USE
----------------
tra wrote:
> This file is still among the longest tests in clang and could use some further splitting, if possible.
> Between this and arm-cortex-cpus.c tests there are another 10 seconds we could shave off the test time.
Our target codegen is sometimes incredibly slow. I think there is an underlying problem that needs to be addressed anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85551/new/
https://reviews.llvm.org/D85551
More information about the cfe-commits
mailing list