1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
277 B

; NOTE: Assertions have been autogenerated by update_test_checks.py
; RUN: opt -instsimplify -S < %s | FileCheck %s
define void @test1() {
; CHECK-LABEL: @test1(
; CHECK: ret void
;
call void @llvm.assume(i1 1)
ret void
}
declare void @llvm.assume(i1) nounwind