[PATCH] D41812: [CVP] Replace incoming values from unreachable blocks with undef

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 12:33:25 PST 2018


efriedma added inline comments.


================
Comment at: llvm/trunk/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp:336
     // by a branch then do so now.
     ConstantFoldTerminator(BB);
 
----------------
This call invalidates the set of reachable blocks.


Repository:
  rL LLVM

https://reviews.llvm.org/D41812





More information about the llvm-commits mailing list