[PATCH] D60583: [AArch64] Implement Vector Funtion ABI name mangling.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 12 13:28:26 PDT 2019
fpetrogalli added inline comments.
================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:10025
+ else if (CGM.getTriple().getArch() == llvm::Triple::aarch64) {
+ unsigned VLEN = VLENVal.getExtValue();
+ StringRef MangledName = Fn->getName();
----------------
ABataev wrote:
> Will it work if the VLEN was not specified?
Yes, APSInt is initialized to zero.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60583/new/
https://reviews.llvm.org/D60583
More information about the llvm-commits
mailing list