[PATCH] D55678: [CVP] Use LVI to constant fold deopt operands

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 21:31:00 PST 2019


reames updated this revision to Diff 181718.
reames added a comment.

Switch batch to using the context instruction, and fix the bug it exposed.  As far as I can tell, the bug was invisible for all existing code since the context instruction had to be the guard itself.


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

https://reviews.llvm.org/D55678

Files:
  lib/Analysis/LazyValueInfo.cpp
  lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  test/Transforms/CorrelatedValuePropagation/deopt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55678.181718.patch
Type: text/x-patch
Size: 5157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190115/2d0f09cb/attachment.bin>


More information about the llvm-commits mailing list