Files
llvm-project/llvm/lib/Analysis/MemoryBuiltins.cpp
Joseph Huber 8a8434f22a [OpenMP] Move alloc / free shared from TLI to alloc tags (#190365)
Summary:
Allocation kinds were added after these were introduced. We only needed
the TLI to identify these in the attributor so we can now just use
attributes. Update the usage in OpenMP and drop the TLI interface.

Fixes: https://github.com/llvm/llvm-project/issues/190072
2026-04-03 15:15:48 -05:00

58 KiB