[all-commits] [llvm/llvm-project] 2eec5e: [mlir][bufferization] Fix handling of indirect fun...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sun Jun 9 03:00:55 PDT 2024
Branch: refs/heads/users/matthias-springer/dealloc_crash_func_pointer
Home: https://github.com/llvm/llvm-project
Commit: 2eec5e890742e08ad119e553b48b0891fefa9daf
https://github.com/llvm/llvm-project/commit/2eec5e890742e08ad119e553b48b0891fefa9daf
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-06-09 (Sun, 09 Jun 2024)
Changed paths:
M mlir/lib/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation.cpp
M mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/dealloc-callop-interface.mlir
Log Message:
-----------
[mlir][bufferization] Fix handling of indirect function calls
This commit fixes a crash in the ownership-based buffer dellocation pass when indirectly calling a function via SSA value. Such functions must be conservatively assumed to be public.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list