1 ; RUN: llc < %s -mtriple=x86_64-- -stress-sched | FileCheck %s
3 ; Test interference between physreg aliases during preRAsched.
4 ; mul wants an operand in AL, but call clobbers it.
6 define i8 @f(i8 %v1, i8 %v2) nounwind {
9 ; CHECK: movl %{{.*}}, %eax
12 %rval = tail call i8 @bar() nounwind
14 %m2 = mul i8 %m1, %rval