[PATCH] D101606: [ARM][MVE] vcreateq lane ordering for big endian
Dave Green via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 30 02:46:22 PDT 2021
dmgreen added inline comments.
================
Comment at: clang/test/CodeGen/arm-mve-intrinsics/admin.c:86
// CHECK-LABEL: @test_vcreateq_s64(
// CHECK-NEXT: entry:
----------------
You have to remove the old checks - the script isn't very good at that.
What would probably be even better would be if it used --check-prefixes=CHECK,CHECK-LE. That way it should be able to common the snippets that don't change between LE and BE.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101606/new/
https://reviews.llvm.org/D101606
More information about the cfe-commits
mailing list