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
[libc++][NFC] Simplify the implementation of string and string_views operator== ...
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AMDGPU
/
codegen-internal-only-func.ll
blob
f198833059572bb300e48eaeb79c7ce53a26a06d
1
; REQUIRES: asserts
2
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck %s
3
; RUN: llc -O0 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck %s
4
5
; CHECK-NOT: func
6
7
define internal i32 @func() {
8
ret i32 0
9
}