From eb116a5b734c83128ae3bec50baf72b06f5d7a0e Mon Sep 17 00:00:00 2001 From: Kai Luo Date: Mon, 10 Jun 2019 03:20:33 +0000 Subject: [PATCH] [NFC] Test if commit access granted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362917 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/PowerPC/extract-and-store.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/PowerPC/extract-and-store.ll b/test/CodeGen/PowerPC/extract-and-store.ll index 22360c57016..adcb988e15f 100644 --- a/test/CodeGen/PowerPC/extract-and-store.ll +++ b/test/CodeGen/PowerPC/extract-and-store.ll @@ -514,6 +514,7 @@ define dso_local void @test_consecutive_i32(<4 x i32> %a, i32* nocapture %b) loc ; CHECK-P9-BE-NEXT: stfiwx f0, r5, r3 ; CHECK-P9-BE-NEXT: blr entry: + %vecext = extractelement <4 x i32> %a, i32 0 store i32 %vecext, i32* %b, align 4 %vecext1 = extractelement <4 x i32> %a, i32 2 -- 2.11.0