[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / memfold-mov32r0.ll
blobf7cbf6c33c94ca42eda2e5bf0e5cd24e58ec90c0
1 ; RUN: llc < %s -mtriple=x86_64 | FileCheck %s
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