[PATCH] D125418: [Arm64EC 6/?] Implement C/C++ mangling for Arm64EC function definitions.
chenglin.bi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 21 04:49:14 PDT 2022
bcl5980 added a comment.
A question about the mangle and alias part.
Should we move the code to create alias to backend also?Sometimes we will emit the alias here but later the function will be inlined or eliminated by DCE.
And later we need to emit alias for direct call thunk also, like $originname$exitthunk. Put all of them into arm64eccalllowering pass should be better I think.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125418/new/
https://reviews.llvm.org/D125418
More information about the cfe-commits
mailing list