[PATCH] D117900: [AArch64][SVE] Fold gather/scatter with 32bits when possible
    Paul Walker via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb  1 07:44:55 PST 2022
    
    
  
paulwalker-arm added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:16239
+
+  llvm_unreachable("Unhandled case.");
+}
----------------
Just a flyby comment that rather than this I think the LLVM coding style would suggest removing the else?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117900/new/
https://reviews.llvm.org/D117900
    
    
More information about the llvm-commits
mailing list