[PATCH] D10585: Add support for nest attribute to AArch64 backend

Tim Northover t.p.northover at gmail.com
Thu Jul 2 11:51:30 PDT 2015


t.p.northover accepted this revision.
t.p.northover added a comment.
This revision is now accepted and ready to land.

Hi, sorry for the delay. I think the change itself looks reasonable. Just one question about the test...


================
Comment at: test/CodeGen/AArch64/nest-register.ll:8
@@ +7,3 @@
+; CHECK-LABEL: nest_receiver:
+; CHECK-NEXT: // BB#0:
+; CHECK-NEXT: mov x0, x18
----------------
Have you checked this on a non-asserts build? I'm never really sure what gets skipped in the name of efficiency.


http://reviews.llvm.org/D10585







More information about the llvm-commits mailing list