Files
llvm-project/flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
Slava Zakharin 392f76ac68 [flang] Recognize generic allocations in Flang LICM. (#191923)
Instead of matching particular operations like `fir.alloca`
we can use `MemoryEffectOpInterface` to figure out if a location
is a new allocation.
2026-04-14 15:23:02 -07:00

18 KiB