Skip to content

compiler: remove ArchWasm32 special case in cmmDoCmmSwitchPlans

Cheng Shao requested to merge wip/wasm-unreg-no-switchplan into master

This patch removes special consideration for ArchWasm32 in cmmDoCmmSwitchPlans, which means the compiler will now disable cmmImplementSwitchPlans for wasm unreg backend, just like unreg backend of other targets. We enabled it in the past to workaround some compile-time panic in older versions of LLVM, but those panics are no longer present, hence no need to keep this workaround.

Merge request reports