[PATCH] D45524: Fix incorrect choice of callee-saved registers save/restore points
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 11 09:55:31 PDT 2018
chill added inline comments.
================
Comment at: test/CodeGen/Generic/shrink-wrapping-vla.ll:88
+; CHECK-ARM: mov [[X2:x[0-9]+]], sp
+; CHECK_ARM: and [[X1]], [[X1]], #0x7fffffff0
+; Saving the SP via llvm.stacksave()
----------------
I saw this one :/
Repository:
rL LLVM
https://reviews.llvm.org/D45524
More information about the llvm-commits
mailing list