[flang-commits] [flang] [flang] AliasAnalysis: Handle fir.load on fir.alloca (PR #117785)

Renaud Kauffmann via flang-commits flang-commits at lists.llvm.org
Tue Nov 26 14:53:20 PST 2024


================
@@ -497,6 +482,29 @@ static Value getPrivateArg(omp::BlockArgOpenMPOpInterface &argIface,
   return privateArg;
 }
 
+/// Temporary function to skip through all the no op operations
----------------
Renaud-K wrote:

Can you not move and change the function at the same time? It is harder to see what the actual change is. If it is a function that is defined before, you can just provide a declaration instead. 

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


More information about the flang-commits mailing list