[llvm] 3bf643e - Update test for changes in f0ea9c9cec7f7b632ef7894ff7b3859269de611b / D124552

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 13:25:54 PDT 2022


Author: Matthias Braun
Date: 2022-05-10T13:25:38-07:00
New Revision: 3bf643eb12c5e2263fc3b46b2e22964eb91eee17

URL: https://github.com/llvm/llvm-project/commit/3bf643eb12c5e2263fc3b46b2e22964eb91eee17
DIFF: https://github.com/llvm/llvm-project/commit/3bf643eb12c5e2263fc3b46b2e22964eb91eee17.diff

LOG: Update test for changes in f0ea9c9cec7f7b632ef7894ff7b3859269de611b / D124552

Added: 
    

Modified: 
    llvm/test/CodeGen/Thumb2/bti-indirect-branches.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Thumb2/bti-indirect-branches.ll b/llvm/test/CodeGen/Thumb2/bti-indirect-branches.ll
index bfff648980d65..e89a8f40016a0 100644
--- a/llvm/test/CodeGen/Thumb2/bti-indirect-branches.ll
+++ b/llvm/test/CodeGen/Thumb2/bti-indirect-branches.ll
@@ -9,7 +9,6 @@ define internal i32 @table_switch(i32 %x) {
 ; CHECK-NEXT:    cmp r1, #3
 ; CHECK-NEXT:    bhi .LBB0_4
 ; CHECK-NEXT:  @ %bb.1: @ %entry
-; CHECK-NEXT:    movs r0, #1
 ; CHECK-NEXT:  .LCPI0_0:
 ; CHECK-NEXT:    tbb [pc, r1]
 ; CHECK-NEXT:  @ %bb.2:


        


More information about the llvm-commits mailing list