llvm/llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/function_name.ll

; Check that we accept functions with '$' in the name.
;
; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
;
define hidden i32 @"_Z54bar$ompvariant$bar"() {
entry:
  ret i32 2
}