[PATCH] D60704: [ARM] Disallow SP and PC in VMOVRH and VMOVHR.

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 03:57:21 PDT 2019


ostannard added inline comments.


================
Comment at: llvm/test/MC/ARM/vmovhr.s:1
+// RUN: not llvm-mc -triple=thumbv8.2a.main-none-eabi -mattr=+fp-armv8,+fullfp16 -show-encoding < %s 2>%t \
+// RUN:   | FileCheck %s
----------------
The rGPR register class should already handle the difference in use of SP from v8 onwards. I think the nonsense "thumbv8.2a.main" triple here is preventing that from working.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60704





More information about the llvm-commits mailing list