repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][analyzer][docs] Crosslink MallocChecker's ownership attributes (#121939)
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_checks
/
Inputs
/
function_name.ll
blob
2d44a30c693e3aca2cc5dcf9ee9f365c04402988
1
; Check that we accept functions with '$' in the name.
2
;
3
; RUN: opt < %s -passes=instsimplify -S | FileCheck %s
4
;
5
define hidden i32 @"_Z54bar$ompvariant$bar"() {
6
entry:
7
ret i32 2
8
}