brintos

brintos / llvm-project-archived public Read only

0
0
Text · 229 B · f7cbf6c Raw
10 lines · plain
1; RUN: llc < %s -mtriple=x86_64 | FileCheck %s2 3; CHECK:    movq $0, {{[-0-9]+}}(%r{{[sb]}}p) # 8-byte Folded Spill4define i32 @test() nounwind {5entry:6  %div = udiv i256 0, 07  store i256 %div, ptr null, align 168  ret i32 09}10