[X86] combineTargetShuffle - commute VPERMV3 shuffles so any load is on the RHS
[llvm-project.git] / llvm / test / CodeGen / PowerPC / lha.ll
blob1d4223f989dc73f55ca62279d498cd3a70baf36e
1 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep lha
3 define i32 @test(ptr %a) {
4         %tmp.1 = load i16, ptr %a           ; <i16> [#uses=1]
5         %tmp.2 = sext i16 %tmp.1 to i32         ; <i32> [#uses=1]
6         ret i32 %tmp.2