[PATCH] D55141: [ValueTracking] Make unit tests easier to write; NFC
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 30 13:30:15 PST 2018
spatel added inline comments.
================
Comment at: unittests/Analysis/ValueTrackingTest.cpp:54
void expectPattern(const SelectPatternResult &P) {
Value *LHS, *RHS;
----------------
This shouldn't be duplicated in the base class?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55141/new/
https://reviews.llvm.org/D55141
More information about the llvm-commits
mailing list