1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=knl | FileCheck %s
4 define i32 @test(i32 %a, i32 %b) {
7 ; CHECK-NEXT: ## kill: def $edi killed $edi def $rdi
8 ; CHECK-NEXT: leal -1(%rdi), %eax
9 ; CHECK-NEXT: addl $1, %esi
10 ; CHECK-NEXT: imull %esi, %eax
14 %res = mul i32 %a1, %b1