We are instrumenting the source code at compile-time, based on the LLVM IR. In this procedure, we want to skip the functions that are already inlined (e.g., due to compile-time optimization).
How can we determine whether a function has been inlined in our LLVM pass?
https://stackoverflow.com/questions/66492885/identify-whether-a-function-is-inlined-in-the-llvm-ir March 05, 2021 at 08:48PM
没有评论:
发表评论