brintos

brintos / llvm-project-archived public Read only

0
0
Text · 173 B · ac8d7ae Raw
8 lines · plain
1; RUN: opt < %s -passes=instcombine -S | grep nounwind2 3define void @bar() {4entry:5        call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"( )6        ret void7}8