[flang-commits] [flang] [flang][OpenMP] Enable lastprivate with collapse (PR #93778)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Fri May 31 03:19:26 PDT 2024


================
@@ -143,7 +143,7 @@ void DataSharingProcessor::collectOmpObjectListSymbol(
 }
 
 void DataSharingProcessor::collectSymbolsForPrivatization() {
-  bool hasCollapse = false;
+
----------------
tblah wrote:

super nit: an empty line at the start of a function looks wrong to me (feel free to ignore)

https://github.com/llvm/llvm-project/pull/93778


More information about the flang-commits mailing list