-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Labels
backend:WebAssemblycrashPrefer [crash-on-valid] or [crash-on-invalid]Prefer [crash-on-valid] or [crash-on-invalid]
Milestone
Description
; RUN: llc -O0 < %s
target triple = "wasm32-unknown-unknown"
define void @test(i1 %x) {
%y = xor i1 %x, true
br i1 %y, label %exit, label %exit
exit:
ret void
}
llc: /home/npopov/repos/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyDebugFixup.cpp:152: virtual bool (anonymous namespace)::WebAssemblyDebugFixup::runOnMachineFunction(MachineFunction &): Assertion `Stack.empty() && "WebAssemblyDebugFixup: Stack not empty at end of basic block!"' failed.
Metadata
Metadata
Assignees
Labels
backend:WebAssemblycrashPrefer [crash-on-valid] or [crash-on-invalid]Prefer [crash-on-valid] or [crash-on-invalid]
Type
Projects
Status
Needs Fix