xref: /llvm-project/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/function_name.ll (revision 407600604b59ff9970894194eeec62580437a47a)
1; Check that we accept functions with '$' in the name.
2;
3; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
4;
5define hidden i32 @"_Z54bar$ompvariant$bar"() {
6entry:
7  ret i32 2
8}
9