It helps when checking aliasing between AllocOp result and function arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Right, this works because of how we defined the nature of the Allocate effect. Going under that definition, I think we could technically just check dominance to see if an alias is possible. LGTM
mlir/test/Analysis/test-alias-analysis.mlir | ||
---|---|---|
16–17 | This should be dropped now. |
This should be dropped now.