[PATCH] D31304: [MetaRenamer] Don't rename library functions.

bryant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 14:25:00 PDT 2017


bryant added a comment.

What I mean is that I don't see the reason for wanting to keep non-lib externs. Lib externs, on the other hand, need to stay un-renamed because some passes may behave differently in the presence of specific library functions. DSE, for instance, provides special handling for malloc-ed memory locations.


Repository:
  rL LLVM

https://reviews.llvm.org/D31304





More information about the llvm-commits mailing list