[PATCH] D126586: [InstrProf] Single byte counters in coverage
    Alan Zhao via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Aug 28 18:23:27 PDT 2023
    
    
  
ayzhao added a comment.
In D126586#4622003 <https://reviews.llvm.org/D126586#4622003>, @gulfem wrote:
> Fixed the issue that causes a crash in InstCombinePHI.cpp. Phi instructions need to be inserted at the beginning of basic blocks, and profile increments need to be inserted after phis for conditional operators.
I can confirm that this fixes the crash reported in https://reviews.llvm.org/D126586#4615344. Thanks!
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126586/new/
https://reviews.llvm.org/D126586
    
    
More information about the cfe-commits
mailing list