aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cov/SourceCoverageViewText.cpp
diff options
context:
space:
mode:
authorJohannes Doerfert <johannes@jdoerfert.de>2023-08-23 13:10:41 -0700
committerJohannes Doerfert <johannes@jdoerfert.de>2023-08-23 16:11:43 -0700
commit908ae84351a3a3ddbaf08262f5387df01e7adba0 (patch)
treef1b985fa539c9cb908234c62e635aba576728d33 /llvm/tools/llvm-cov/SourceCoverageViewText.cpp
parent8b08287cb37e09c2001ad4db434c895b0795ae32 (diff)
downloadllvm-908ae84351a3a3ddbaf08262f5387df01e7adba0.zip
llvm-908ae84351a3a3ddbaf08262f5387df01e7adba0.tar.gz
llvm-908ae84351a3a3ddbaf08262f5387df01e7adba0.tar.bz2
[OpenMP] Avoid assumptions at the end of a kernel
When we used to treat the kernel end as as aligned barrier, assertions at the end made sense. Now, they actually cause problems as the "writes" are not ordered with regards to reads within the kernel. We can simply get rid of them.
Diffstat (limited to 'llvm/tools/llvm-cov/SourceCoverageViewText.cpp')
0 files changed, 0 insertions, 0 deletions