[PATCH] D14343: [WinEH] Fix establisher param reg in CLR funclets
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 4 11:26:51 PST 2015
rnk added a comment.
Add a test?
================
Comment at: lib/Target/X86/X86FrameLowering.cpp:718
@@ -707,2 +717,3 @@
+ // The runtime cares about this.
// MOV64mr %rdx, 16(%rsp)
unsigned MOVmr = Uses64BitFramePtr ? X86::MOV64mr : X86::MOV32mr;
----------------
Should we use the shadow slot for RCX at [RSP+8], or do we not care?
http://reviews.llvm.org/D14343
More information about the llvm-commits
mailing list