16 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s3; RUN: llc < %s -mtriple=x86_64-unknown-unknown -early-live-intervals -verify-machineinstrs | FileCheck %s4; rdar://75709315 6define i64 @foo(i64 %a, i64 %b) nounwind {7; CHECK-LABEL: foo:8; CHECK: # %bb.0:9; CHECK-NEXT: leal (%rdi,%rsi), %eax10; CHECK-NEXT: retq11 %c = add i64 %a, %b12 %d = trunc i64 %c to i3213 %e = zext i32 %d to i6414 ret i64 %e15}16