Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Cheng Shao's avatar
    ba99db26
    compiler: remove ArchWasm32 special case in cmmDoCmmSwitchPlans · ba99db26
    Cheng Shao authored
    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.
    
    (cherry picked from commit bf0737c0)
    (cherry picked from commit 8bd28cf2)
    (cherry picked from commit 2e15c41c)
    ba99db26
    History
    compiler: remove ArchWasm32 special case in cmmDoCmmSwitchPlans
    Cheng Shao authored
    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.
    
    (cherry picked from commit bf0737c0)
    (cherry picked from commit 8bd28cf2)
    (cherry picked from commit 2e15c41c)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.