[PATCH] D34387: [PATCH 2/2] Implement "probe-stack" on x86

David Majnemer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 07:04:37 PDT 2017


majnemer added inline comments.


================
Comment at: lib/Target/X86/X86FrameLowering.cpp:1253
+    if (SpillR11) {
+      pushRegForStackProbeCall(MF, MBB, MBBI, DL, R11Alive, X86::R11, NumBytes);
     }
----------------
Hmm, I believe a testcase for this situation hasn't been added.


https://reviews.llvm.org/D34387





More information about the llvm-commits mailing list