Sign in
llvm
/
llvm-project
/
a58dcc5e08665f2d58a28c9d4510cf94de6ed3bf
/
.
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_checks
/
Inputs
/
function_name.ll
blob: 2d44a30c693e3aca2cc5dcf9ee9f365c04402988 [
file
] [
log
] [
blame
]
; 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
}