[PATCH] D66588: [ARM NEON] Avoid duplicated decarations
Oliver Stannard (Linaro) via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 2 08:47:49 PDT 2019
ostannard added a comment.
LGTM with one small nit.
================
Comment at: clang/utils/TableGen/NeonEmitter.cpp:1906
std::string Intrinsic::generate() {
+ // Avoid duplicated code for big and small endians
+ if (isBigEndianSafe()) {
----------------
s/small endians/little endian/
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66588/new/
https://reviews.llvm.org/D66588
More information about the cfe-commits
mailing list