[PATCH] D86724: [BuildLibCalls] Add argmemonly to more lib calls.
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 10:04:17 PDT 2020
xbolva00 added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/BuildLibCalls.cpp:322
Changed |= setDoesNotThrow(F);
+ Changed |= setDoesNotFreeMemory(F);
Changed |= setDoesNotCapture(F, 0);
----------------
Should be nofree opt out rather than opt in?
@jeoerfert
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86724/new/
https://reviews.llvm.org/D86724
More information about the llvm-commits
mailing list