[PATCH] D121002: [DAG] Don't convert undef to 0 when creating buildvector
    Paul Robinson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Mar  4 10:29:00 PST 2022
    
    
  
probinson added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/arm64-vshuffle.ll:4
 
-; CHECK: test1
+; CHECK-label: test1
 ; CHECK: movi.16b v[[REG0:[0-9]+]], #0
----------------
I think FileCheck is case-sensitive with regard to suffixes? So should be CHECK-LABEL.  Willing to be proven wrong but that was my impression.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121002/new/
https://reviews.llvm.org/D121002
    
    
More information about the llvm-commits
mailing list