2017-06-13 01:31:36 +08:00
|
|
|
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
2016-05-11 05:42:09 +08:00
|
|
|
; RUN: llc < %s -mtriple=i386-unknown-unknown | FileCheck %s
|
2007-11-27 07:46:11 +08:00
|
|
|
|
2017-09-23 03:37:21 +08:00
|
|
|
; computeKnownBits determines that we don't need a mask op that is required in the general case.
|
|
|
|
|
2007-11-27 07:46:11 +08:00
|
|
|
define i8 @foo(i8 %tmp325) {
|
2016-05-11 05:42:09 +08:00
|
|
|
; CHECK-LABEL: foo:
|
2017-12-05 01:18:51 +08:00
|
|
|
; CHECK: # %bb.0:
|
2018-11-26 23:22:30 +08:00
|
|
|
; CHECK-NEXT: movzbl {{[0-9]+}}(%esp), %eax
|
|
|
|
; CHECK-NEXT: imull $111, %eax, %ecx
|
|
|
|
; CHECK-NEXT: shrl $12, %ecx
|
|
|
|
; CHECK-NEXT: leal (%ecx,%ecx,8), %edx
|
|
|
|
; CHECK-NEXT: leal (%ecx,%edx,4), %ecx
|
|
|
|
; CHECK-NEXT: subb %cl, %al
|
2018-02-01 06:04:26 +08:00
|
|
|
; CHECK-NEXT: # kill: def $al killed $al killed $eax
|
2016-05-11 05:42:09 +08:00
|
|
|
; CHECK-NEXT: retl
|
|
|
|
%t546 = urem i8 %tmp325, 37
|
|
|
|
ret i8 %t546
|
2007-11-27 07:46:11 +08:00
|
|
|
}
|
2016-05-11 05:42:09 +08:00
|
|
|
|