bolt/deps/llvm-18.1.8/llvm/test/Transforms/InstCombine/switch-truncate-crash.ll
2025-02-14 19:21:04 +01:00

7 lines
124 B
LLVM

; RUN: opt -passes=instcombine < %s
define void @test() {
switch i32 0, label %out [i32 0, label %out]
out:
ret void
}