[PATCH] D48581: [AArch64] Support reserving x1-7 registers.
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 10 10:14:33 PDT 2018
nickdesaulniers accepted this revision.
nickdesaulniers added a comment.
This revision is now accepted and ready to land.
Thanks for the other half of this feature!
================
Comment at: test/Driver/aarch64-fixed-x-register.c:35
+// RUN: FileCheck --check-prefix=CHECK-FIXED-X20 < %t %s
+// CHECK-FIXED-X20: "-target-feature" "+reserve-x20"
----------------
Is it worth checking a combination of these flags together work as expected (since I think you added tests that do that to llvm)?
https://reviews.llvm.org/D48581
More information about the cfe-commits
mailing list