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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_checks
/
Inputs
/
function_name.ll.expected
blob
75e4235eb440ec860105980676b798c7c19f66ca
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 -instsimplify -S | FileCheck %s
5
;
6
define hidden i32 @"_Z54bar$ompvariant$bar"() {
7
entry:
8
ret i32 2
9
}