[PATCH] D41300: [ARM] Fix PR35379 - incorrect unwind information when compiling with -Oz

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 09:56:41 PST 2018


chill added inline comments.


================
Comment at: test/CodeGen/ARM/PR35379.ll:23
+; CHECK-ARM-NEXT: .pad #8
+; CHECK-ARM-NEXT: push {r9, r10, r11, lr}
+; CHECK-ARM:      pop {r2, r3, r11, pc}
----------------
compnerd wrote:
> Can you add a CHECK-NOT here for the save?  The check next attempts to do that, but explicitly ensuring it doesn’t happen would be better (and makes it much more obvious).
I'm sorry, I forgot to do this. I'll do it in a follow-up patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D41300





More information about the llvm-commits mailing list