[PATCH] D96381: [AArch64] Adding SHA3 Intrinsics support

David Spickett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 22 04:10:50 PST 2021


DavidSpickett added inline comments.


================
Comment at: clang/test/CodeGen/aarch64-neon-range-checks.c:31
   vsm3tt2bq_u32(a, b, c, 0);
+
+void test_range_check_xar(uint64x2_t a, uint64x2_t b) {
----------------
I added a "}" here. Please run ninja check-clang and/or check-llvm before you update patches.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96381



More information about the cfe-commits mailing list