[llvm] 5b05a5f - [OpenMP][FIX] Update remark in test file after rewording

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 10 14:36:35 PDT 2021


Author: Johannes Doerfert
Date: 2021-07-10T16:36:02-05:00
New Revision: 5b05a5f6cee2ed3bda299d317907f8c89f4d089d

URL: https://github.com/llvm/llvm-project/commit/5b05a5f6cee2ed3bda299d317907f8c89f4d089d
DIFF: https://github.com/llvm/llvm-project/commit/5b05a5f6cee2ed3bda299d317907f8c89f4d089d.diff

LOG: [OpenMP][FIX] Update remark in test file after rewording

Added: 
    

Modified: 
    llvm/test/Transforms/OpenMP/globalization_remarks.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/OpenMP/globalization_remarks.ll b/llvm/test/Transforms/OpenMP/globalization_remarks.ll
index a57ae974abb2..cd45f6559222 100644
--- a/llvm/test/Transforms/OpenMP/globalization_remarks.ll
+++ b/llvm/test/Transforms/OpenMP/globalization_remarks.ll
@@ -4,7 +4,7 @@ source_filename = "declare_target_codegen_globalization.cpp"
 target datalayout = "e-i64:64-i128:128-v16:16-v32:32-n16:32:64"
 target triple = "nvptx64"
 
-; CHECK: remark: globalization_remarks.c:5:7: Could not move globalized variable to the stack. Variable is potentially captured.
+; CHECK: remark: globalization_remarks.c:5:7: Could not move globalized variable to the stack as variable is potentially captured in call; mark parameter as `__attribute__((noescape))` to override.
 ; CHECK: remark: globalization_remarks.c:5:7: Found thread data sharing on the GPU. Expect degraded performance due to data globalization.
 
 @S = external local_unnamed_addr global i8*


        


More information about the llvm-commits mailing list