[PATCH] D100884: Generalize getInvertibleOperand recurrence handling slightly
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 28 14:26:59 PDT 2021
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Analysis/ValueTracking.cpp:2523
+static Optional<std::pair<Value*, Value*>>
+getInvertibleOperand(const Operator *Op1,
+ const Operator *Op2) {
----------------
Should probably be getInvertibleOperands (with s) now?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100884/new/
https://reviews.llvm.org/D100884
More information about the llvm-commits
mailing list