1 ; RUN: opt < %s -scalar-evolution -analyze | FileCheck %s
3 ; ScalarEvolution shouldn't try to analyze %z into something like
4 ; --> (zext i4 (-1 + (-1 * (trunc i64 (8 * %x) to i4))) to i64)
6 ; CHECK: --> (zext i4 (-8 + (trunc i64 (8 * %x) to i4)) to i64)
8 define i64 @foo(i64 %x) {