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
[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
memfold-mov32r0.ll
blob
f7cbf6c33c94ca42eda2e5bf0e5cd24e58ec90c0
1
; RUN: llc < %s -mtriple=x86_64 | FileCheck %s
2
3
; CHECK: movq $0, {{[-0-9]+}}(%r{{[sb]}}p) # 8-byte Folded Spill
4
define i32 @test() nounwind {
5
entry:
6
%div = udiv i256 0, 0
7
store i256 %div, ptr null, align 16
8
ret i32 0
9
}