xref: /llvm-project/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/function_name.ll.expected (revision 255e7e1c21eeb57b26585836a2e2d5a7f39e3cf3)
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
2; Check that we accept functions with '$' in the name.
3;
4; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
5;
6define hidden i32 @"_Z54bar$ompvariant$bar"() {
7entry:
8  ret i32 2
9}
10;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
11; CHECK: {{.*}}
12