[llvm] [WebAssembly] Misc. fixes in CFGStackify (PR #107182)

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 3 22:31:07 PDT 2024


================
@@ -293,7 +294,7 @@ void WebAssemblyCFGStackify::placeBlockMarker(MachineBasicBlock &MBB) {
     }
   }
 
-  // Decide where in Header to put the BLOCK.
+  // Decide where in MBB to put the BLOCK.
----------------
aheejin wrote:

The relevant variable's name is not `Header` but `MBB`. There are several more fixes on this below.

https://github.com/llvm/llvm-project/pull/107182


More information about the llvm-commits mailing list