brintos

brintos / llvm-project-archived public Read only

0
0
Text · 241 B · d739592 Raw
10 lines · plain
1; RUN: opt -S -dxil-intrinsic-expansion -mtriple=dxil-pc-shadermodel6.3-library %s | FileCheck %s2 3define void @test_llvm_assume(i1 %0)  {4; CHECK-LABEL: test_llvm_assume5; CHECK-NEXT: ret void6tail call void @llvm.assume(i1 %0)7ret void8}9 10