llvm-project/llvm/lib/Target/WebAssembly/AsmParser
Paulo Matos c92d45913c [WebAssembly] Fix typechecking for else MCInst
When hitting an else clause the type Stack should be reset to as it was at the start of the if, without taking into account the Type inserted into the Stack during the then branch of the if.

Reviewed By: aardappel

Differential Revision: https://reviews.llvm.org/D115748
2021-12-16 11:18:01 +01:00
..
CMakeLists.txt [WebAssembly] Added initial type checker to MC Assembler 2021-07-09 14:07:25 -07:00
WebAssemblyAsmParser.cpp [WebAssembly] Implementation of intrinsic for ref.null and HeapType removal 2021-12-06 09:46:15 +01:00
WebAssemblyAsmTypeCheck.cpp [WebAssembly] Fix typechecking for else MCInst 2021-12-16 11:18:01 +01:00
WebAssemblyAsmTypeCheck.h [WebAssembly] Fix typechecking for else MCInst 2021-12-16 11:18:01 +01:00