[llvm] r362917 - [NFC] Test if commit access granted.
Kai Luo via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 9 20:20:33 PDT 2019
Author: lkail
Date: Sun Jun 9 20:20:33 2019
New Revision: 362917
URL: http://llvm.org/viewvc/llvm-project?rev=362917&view=rev
Log:
[NFC] Test if commit access granted.
Modified:
llvm/trunk/test/CodeGen/PowerPC/extract-and-store.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/extract-and-store.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/extract-and-store.ll?rev=362917&r1=362916&r2=362917&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/extract-and-store.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/extract-and-store.ll Sun Jun 9 20:20:33 2019
@@ -514,6 +514,7 @@ define dso_local void @test_consecutive_
; 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
More information about the llvm-commits
mailing list