[PATCH] D74618: [ARM] Creating 'call_mangled' for Neon intrinsics definitions
Diogo N. Sampaio via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 5 03:51:45 PST 2020
dnsampaio added inline comments.
================
Comment at: clang/utils/TableGen/NeonEmitter.cpp:1890-1891
}
+ if (MangledName)
+ Good &= I.getMangledName(true) == MangledName;
+
----------------
Can we move this above the loop just before? Perhaps, if false, can we just continue the outer loop?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74618/new/
https://reviews.llvm.org/D74618
More information about the cfe-commits
mailing list