[flang-commits] [flang] [flang][NFC] AliasAnalysis: Use Indirect not Unknown for LoadOp (PR #127845)
Renaud Kauffmann via flang-commits
flang-commits at lists.llvm.org
Wed Feb 19 13:54:01 PST 2025
Renaud-K wrote:
hard to tell but I don't think we need the second else clause. We can let the code fall through this part.
```
// No further tracking for addresses loaded from memory for now.
type = SourceKind::Indirect;
breakFromLoop = true;
```
https://github.com/llvm/llvm-project/pull/127845
More information about the flang-commits
mailing list