we will also need this for aarch64 stack tagging.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/Transforms/Utils/MemoryTaggingSupport.h | ||
---|---|---|
73 | That's a very vague function name for the common utils header. How about getUntagLocationForFunctionExit and return Instruction*? |
Comment Actions
change function signature.
llvm/include/llvm/Transforms/Utils/MemoryTaggingSupport.h | ||
---|---|---|
73 | Good point. getUntagLocationForFunctionExit is a bit of a mouthfull though, what do you think about this? |
llvm/include/llvm/Transforms/Utils/MemoryTaggingSupport.h | ||
---|---|---|
73 | I'd expect untagLocationIfFunctionExit to actually emit the untagging code. |
That's a very vague function name for the common utils header.
How about getUntagLocationForFunctionExit and return Instruction*?