brintos

brintos / llvm-project-archived public Read only

0
0
Text · 232 B · ca30fce Raw
10 lines · plain
1; Test that the InlineAdvisor, upon being cleared, is re-created correctly.2; RUN: opt -S -passes="default<O1>,cgscc(inline)" < %s | FileCheck %s3 4define double @foo() local_unnamed_addr {5entry:6  ret double undef7}8 9; CHECK: @foo10