[PATCH] D79507: [flang] Change DIE("unreachable") cases to use llvm_unreachable
    Hal Finkel via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jun  1 09:06:35 PDT 2020
    
    
  
hfinkel added a comment.
An another thought: we might have a separate cmake flag to transform DIE -> unreachable, or some form of DIE into unreachable, so that we can test the performance difference easily going forward.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79507/new/
https://reviews.llvm.org/D79507
    
    
More information about the llvm-commits
mailing list