[PATCH] D132955: [ARM64EC 13/?] Mangle thunk for arm64ec

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 16:46:58 PDT 2022


efriedma added a comment.

Instead of using a separate routine to compute the name, it might make sense to integrate the computation of the name into the actual computation of the signature of the call.  If you write something complicated like this twice, it's hard to ensure the two copies are precisely consistent.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132955/new/

https://reviews.llvm.org/D132955



More information about the llvm-commits mailing list