[PATCH] D15344: [WebAssembly] Implement prolog/epilog insertion and FrameIndex elimination

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 15:46:19 PST 2015


dschuff added inline comments.

================
Comment at: lib/Target/WebAssembly/WebAssemblyPEI.cpp:233
@@ +232,3 @@
+  // inserted.
+  if (TRI->requiresRegisterScavenging(Fn) && FrameIndexVirtualScavenging) {
+    scavengeFrameVirtualRegs(Fn);
----------------
Also added comment here, the other "real" diff from generic PEI


http://reviews.llvm.org/D15344





More information about the llvm-commits mailing list