[PATCH] D48580: [AArch64] Support reserving x1-7 registers.

Stephen Hines via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 26 14:36:42 PDT 2018


srhines requested changes to this revision.
srhines added inline comments.
This revision now requires changes to proceed.


================
Comment at: test/CodeGen/AArch64/arm64-platform-reg.ll:16
+; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x7 -o - %s | FileCheck %s --check-prefix=CHECK-RESERVE --check-prefix=CHECK-RESERVE-X7
+
 ; x18 is reserved as a platform register on Darwin but not on other
----------------
It would probably be good to test that multiple/all of these options work together as well. 


Repository:
  rL LLVM

https://reviews.llvm.org/D48580





More information about the llvm-commits mailing list