[PATCH] D45828: [PatternMatch] Stabilize the matching order of commutative matchers
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 27 12:17:10 PDT 2018
craig.topper added a comment.
I'd like to know more about why storing a reference didn't work.
================
Comment at: unittests/IR/PatternMatch.cpp:68
+TEST_F(PatternMatchTest, CommutativeSpecificValue) {
+ Value *X = IRB.getInt32(1);
----------------
Rename based on the new name m_Deferred?
Repository:
rL LLVM
https://reviews.llvm.org/D45828
More information about the llvm-commits
mailing list