[PATCH] D88578: [InstCombine] recognizeBSwapOrBitReverseIdiom - support for 'partial' bswap patterns (PR47191)
    Simon Pilgrim via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Oct  2 10:27:46 PDT 2020
    
    
  
RKSimon reopened this revision.
RKSimon added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Transforms/Utils/Local.cpp:3081
     auto *Trunc =
         CastInst::Create(Instruction::Trunc, Provider, DemandedTy, "trunc", I);
     InsertedInsts.push_back(Trunc);
----------------
some clangs stage2 builds fail in this call when building lib/Object/CMakeFiles/LLVMObject.dir/ELF.cpp.o for some reason
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88578/new/
https://reviews.llvm.org/D88578
    
    
More information about the llvm-commits
mailing list