1; RUN: llc < %s -mtriple=x86_64 | FileCheck %s 2 3; CHECK: movq $0, {{[-0-9]+}}(%r{{[sb]}}p) # 8-byte Folded Spill 4define i32 @test() nounwind { 5entry: 6 %div = udiv i256 0, 0 7 store i256 %div, ptr null, align 16 8 ret i32 0 9} 10