blob: f7cbf6c33c94ca42eda2e5bf0e5cd24e58ec90c0 [file] [log] [blame] [edit]
; RUN: llc < %s -mtriple=x86_64 | FileCheck %s
; CHECK: movq $0, {{[-0-9]+}}(%r{{[sb]}}p) # 8-byte Folded Spill
define i32 @test() nounwind {
entry:
%div = udiv i256 0, 0
store i256 %div, ptr null, align 16
ret i32 0
}