1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
2 ; RUN: llc -mtriple=x86_64-- -debug-counter=dagcombine-count=6 < %s | FileCheck %s
6 define i32 @test(i32 %x) {
9 ; CHECK-NEXT: movl %edi, %eax
16 define i32 @test2(i32 %x) {
19 ; CHECK-NEXT: # kill: def $edi killed $edi def $rdi
20 ; CHECK-NEXT: leal 1(%rdi), %eax
21 ; CHECK-NEXT: subl $1, %eax