[PATCH] D62939: Strengthen LFTR's ability to replace IVs

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 6 13:23:04 PDT 2019


nikic added a comment.

Regarding testing, if this code is in ValueTracking it would be possible to unit test it: https://github.com/llvm-mirror/llvm/blob/master/unittests/Analysis/ValueTrackingTest.cpp That is provide a bit of IR and then check an instruction with some defined name.


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

https://reviews.llvm.org/D62939





More information about the llvm-commits mailing list