[PATCH] D18619: [AArch64] Combine callee-save and local stack SP adjustment instructions.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 10:21:41 PDT 2016


mcrosier added inline comments.

================
Comment at: lib/Target/AArch64/AArch64FrameLowering.cpp:354
@@ +353,3 @@
+    break;
+  default:
+    assert(!"Unexpected callee-save save/restore opcode!");
----------------
The default case goes at the top of the switch.

================
Comment at: lib/Target/AArch64/AArch64FrameLowering.cpp:401
@@ +400,3 @@
+    break;
+  default:
+    assert(!"Unexpected callee-save save/restore opcode!");
----------------
default at top.


http://reviews.llvm.org/D18619





More information about the llvm-commits mailing list