The runtime function AllocatableDeallocate/PointerDeallocate is reponsible to
deallocate and finalize it. This patch just adds tests to make sure the correct
runtime function is called.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The test checking LLVM IR was failing. I updated it to not track the alloca since they change positions with any change.