[flang-commits] [flang] [flang] Stop tracking memory source after a load in a more explicit manner. (PR #126156)

Renaud Kauffmann via flang-commits flang-commits at lists.llvm.org
Fri Feb 7 08:36:19 PST 2025


Renaud-K wrote:

Using `getSource` recursively, is a bit what got us into trouble because it is stretching the original goal of the function which is designed to get the source. To gather information about the memref we have `getOriginalDef` which is much more limited in scope. In #117785  `getOriginalDef` will also be gathering more information. 

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


More information about the flang-commits mailing list