[PATCH] D44252: [CVP] [LVI] Add LVI::getPredicateInBlock and use it in CVP.

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 29 17:43:22 PST 2022


sanjoy resigned from this revision.
sanjoy added inline comments.
Herald added a project: LLVM.


================
Comment at: llvm/include/llvm/Analysis/LazyValueInfo.h:84
   Tristate getPredicateAt(unsigned Pred, Value *V, Constant *C,
                           Instruction *CxtI);
 
----------------
Can we pick the block from `CxtI`?


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

https://reviews.llvm.org/D44252



More information about the llvm-commits mailing list