In WebAssembly, costs != 0 are assigned to be backedge and induction phis, so make sure we include those costs in the VPlan-based cost model. This fixes a downstream crash with WebAssembly after 242cc200ccb (https://github.com/llvm/llvm-project/pull/92555)
3 lines
75 B
INI
3 lines
75 B
INI
if not "WebAssembly" in config.root.targets:
|
|
config.unsupported = True
|