[PATCH] D85604: SimplifyCFG: prevent certain transforms on convergent operations

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 07:46:11 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/lib/Analysis/ValueTracking.cpp:4468
     auto *CI = cast<const CallInst>(Inst);
     const Function *Callee = CI->getCalledFunction();
 
----------------
Sink this below the convergent check?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85604/new/

https://reviews.llvm.org/D85604



More information about the llvm-commits mailing list