[PATCH] D25281: [ARM] Fix invalid VLDM/VSTM access when targeting Big Endian with NEON

Oliver Stannard via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 05:21:00 PDT 2016


olista01 added inline comments.


================
Comment at: test/CodeGen/ARM/load_store_multiple.ll:1
+; RUN: llc -mtriple=armv7-eabi -mattr=+neon %s -o - | FileCheck %s --check-prefix=CHECK-LE
+; RUN: llc -mtriple=armv7eb-eabi -mattr=+neon %s -o - | FileCheck %s --check-prefix=CHECK-BE
----------------
The code change is for v2f64, but this test doesn't contain any <2 x double>s. Could you add a few tests for them?


https://reviews.llvm.org/D25281





More information about the llvm-commits mailing list