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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
2010-02-01-TaillCallCrash.ll
blob
f5a83171adb9a90a8b0fc8cc8d59cb05d11a283e
1
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu
2
; PR6196
3
4
%"char[]" = type [1 x i8]
5
6
@.str = external constant %"char[]", align 1 ; <ptr> [#uses=1]
7
8
define i32 @regex_subst() nounwind {
9
entry:
10
%0 = tail call i32 @.str(i32 0) nounwind ; <i32> [#uses=1]
11
ret i32 %0
12
}