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

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 11:14:42 PDT 2020


nhaehnle marked an inline comment as done.
nhaehnle added inline comments.


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


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