brintos

brintos / llvm-project-archived public Read only

0
0
Text · 373 B · e806db2 Raw
12 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py2; Check that we accept functions with '$' in the name.3;4; RUN: opt < %s -passes=instsimplify -S | FileCheck %s5;6define hidden i32 @"_Z54bar$ompvariant$bar"() {7entry:8  ret i32 29}10;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:11; CHECK: {{.*}}12