diff options
author | Johannes Doerfert <johannes@jdoerfert.de> | 2022-02-24 18:45:52 -0600 |
---|---|---|
committer | Johannes Doerfert <johannes@jdoerfert.de> | 2022-03-06 21:28:38 -0600 |
commit | 192a34ddb05c8cd720d3b1c2120416497797f5d3 (patch) | |
tree | 389c981324bab5db8d5b9a6e8426fcb6b153835c /clang/lib/Basic/Module.cpp | |
parent | 5859ae6a5dbe341cd5fae963644ce40ad083e592 (diff) | |
download | llvm-192a34ddb05c8cd720d3b1c2120416497797f5d3.zip llvm-192a34ddb05c8cd720d3b1c2120416497797f5d3.tar.gz llvm-192a34ddb05c8cd720d3b1c2120416497797f5d3.tar.bz2 |
[Attributor][OpenMPOpt][FIX] Register simplification callbacks
Heap-2-stack and heap-2-shared can replace an allocation call with
something else. To avoid us deriving information from the allocator
implementation we register a simplification callback now that will
force us to stop at the call site. We probably should create the
replacement memory eagerly and return that instead though.
Diffstat (limited to 'clang/lib/Basic/Module.cpp')
0 files changed, 0 insertions, 0 deletions