brintos

brintos / llvm-project-archived public Read only

0
0
Text · 183 B · 2d44a30 Raw
9 lines · plain
1; Check that we accept functions with '$' in the name.2;3; RUN: opt < %s -passes=instsimplify -S | FileCheck %s4;5define hidden i32 @"_Z54bar$ompvariant$bar"() {6entry:7  ret i32 28}9