[llvm-branch-commits] [llvm] 1f23537 - [Thumb2] Regenerate predicated-liveout-unknown-lanes.ll test

Simon Pilgrim via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Dec 2 10:05:40 PST 2020


Author: Simon Pilgrim
Date: 2020-12-02T18:00:42Z
New Revision: 1f2353734da373d8df396f40dca1a1155a0d7adc

URL: https://github.com/llvm/llvm-project/commit/1f2353734da373d8df396f40dca1a1155a0d7adc
DIFF: https://github.com/llvm/llvm-project/commit/1f2353734da373d8df396f40dca1a1155a0d7adc.diff

LOG: [Thumb2] Regenerate predicated-liveout-unknown-lanes.ll test

Helps to reduce diff in D90113

Added: 
    

Modified: 
    llvm/test/CodeGen/Thumb2/LowOverheadLoops/predicated-liveout-unknown-lanes.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Thumb2/LowOverheadLoops/predicated-liveout-unknown-lanes.ll b/llvm/test/CodeGen/Thumb2/LowOverheadLoops/predicated-liveout-unknown-lanes.ll
index f6e175d792d1..01da3ce20b9a 100644
--- a/llvm/test/CodeGen/Thumb2/LowOverheadLoops/predicated-liveout-unknown-lanes.ll
+++ b/llvm/test/CodeGen/Thumb2/LowOverheadLoops/predicated-liveout-unknown-lanes.ll
@@ -17,6 +17,13 @@ define arm_aapcs_vfpcc <4 x float> @arm_max_no_idx_f32_mve(float* %pSrc, i32 %bl
 ; CHECK-NEXT:    letp lr, .LBB0_1
 ; CHECK-NEXT:  @ %bb.2: @ %do.end
 ; CHECK-NEXT:    pop {r7, pc}
+; CHECK-NEXT:    .p2align 4
+; CHECK-NEXT:  @ %bb.3:
+; CHECK-NEXT:  .LCPI0_0:
+; CHECK-NEXT:    .long 0xff800000 @ float -Inf
+; CHECK-NEXT:    .long 0xff800000 @ float -Inf
+; CHECK-NEXT:    .long 0xff800000 @ float -Inf
+; CHECK-NEXT:    .long 0xff800000 @ float -Inf
 entry:
   br label %do.body
 


        


More information about the llvm-branch-commits mailing list