mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 23:26:39 +00:00

This patch add more precise memory effect to linalg op. Including the following points: 1. Remove the read side effects for operands that are not used. 2. Set the effect for all side effects to "full".