Files
clang-p2996/flang/lib/Optimizer/Transforms/MemoryAllocation.cpp
Matthias Springer 354deba10a [flang] Fix use-after-free in MemoryAllocation.cpp (#83768)
`AllocaOpConversion` takes an `ArrayRef<Operation *>`, but the
underlying `SmallVector<Operation *>` was dead by the time the pattern
ran.
2024-03-04 15:54:22 +09:00

8.1 KiB