Instead of matching particular operations like `fir.alloca` we can use `MemoryEffectOpInterface` to figure out if a location is a new allocation.
18 KiB
18 KiB
Instead of matching particular operations like `fir.alloca` we can use `MemoryEffectOpInterface` to figure out if a location is a new allocation.