[llvm] 1d8093f - [AArch64] fix i128-math.ll

Karl Meakin via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 5 09:53:26 PST 2022


Author: Karl Meakin
Date: 2022-03-05T17:51:58Z
New Revision: 1d8093fe1eaff0b3d8cef6fb3ea02ce774de59ad

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

LOG: [AArch64] fix i128-math.ll

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/i128-math.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/i128-math.ll b/llvm/test/CodeGen/AArch64/i128-math.ll
index 380105ae1618b..92c14e833829e 100644
--- a/llvm/test/CodeGen/AArch64/i128-math.ll
+++ b/llvm/test/CodeGen/AArch64/i128-math.ll
@@ -462,8 +462,8 @@ define i128 @i128_saturating_mul(i128 %x, i128 %y) {
 ; CHECK-LABEL: i128_saturating_mul:
 ; CHECK:       // %bb.0:
 ; CHECK-NEXT:    str x30, [sp, #-32]! // 8-byte Folded Spill
-; CHECK-NEXT:    .cfi_def_cfa_offset 32
 ; CHECK-NEXT:    stp x20, x19, [sp, #16] // 16-byte Folded Spill
+; CHECK-NEXT:    .cfi_def_cfa_offset 32
 ; CHECK-NEXT:    .cfi_offset w19, -8
 ; CHECK-NEXT:    .cfi_offset w20, -16
 ; CHECK-NEXT:    .cfi_offset w30, -32


        


More information about the llvm-commits mailing list