[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / PowerPC / ppc64-zext.ll
blob496adb76982d631627c23cd8076afb45b40ba691
1 ; RUN: llc -verify-machineinstrs < %s | FileCheck %s
2 target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64"
3 target triple = "powerpc64-unknown-linux"
5 define i64 @fun(i32 %arg32) nounwind {
6 entry:
7 ; CHECK: clrldi {{[0-9]+}}, {{[0-9]+}}, 32
8   %o = zext i32 %arg32 to i64
9   ret i64 %o