• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -march=x86 | not grep cltd
2
3define i32 @test(i32 %X) nounwind readnone {
4entry:
5	%0 = srem i32 41, %X
6	ret i32 %0
7}
8