[PATCH] D147659: [CodeGen] Add Pre-commit tests for D146988
    Igor Kirillov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Apr  5 13:59:53 PDT 2023
    
    
  
igor.kirillov added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/complex-deinterleaving-multiuses.ll:115
+; CHECK-NEXT:    ext v6.16b, v2.16b, v2.16b, #8
+; CHECK-NEXT:    fcmla v4.4s, v3.4s, v2.4s, #0
+; CHECK-NEXT:    fmul v5.2s, v16.2s, v7.2s
----------------
Am I correct that we still want to deinterleave in case shufflevectors have external uses?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147659/new/
https://reviews.llvm.org/D147659
    
    
More information about the llvm-commits
mailing list