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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits