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
/
Hexagon
/
store-imm-byte.ll
blob
801b8dc7d7c65cd4b86f4910e4e4d4b5d85ded0c
1
; RUN: llc -march=hexagon < %s | FileCheck %s
2
; CHECK: memb{{.*}} = #-1
3
4
target triple = "hexagon"
5
6
; Function Attrs: nounwind
7
define void @f0(ptr %a0) #0 {
8
b0:
9
store i8 -1, ptr %a0, align 2
10
ret void
11
}
12
13
attributes #0 = { nounwind }