[PATCH] D156223: [RISCV] Resolve a few bugs in RISCVVIntrinsicUtils.cpp
    Yueh-Ting (eop) Chen via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Jul 26 00:31:47 PDT 2023
    
    
  
eopXD added inline comments.
================
Comment at: clang/lib/Sema/SemaRISCVVectorLookup.cpp:136
   case Invalid:
+  case Undefined:
     llvm_unreachable("Unhandled type.");
----------------
Could we just reuse `Invalid`?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156223/new/
https://reviews.llvm.org/D156223
    
    
More information about the cfe-commits
mailing list