[PATCH] D52324: [ValueTracking] Allow select patterns to work on vectors in more places
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 26 14:24:04 PDT 2018
aheejin added inline comments.
================
Comment at: unittests/Analysis/ValueTrackingTest.cpp:163
+ // pattern.
+ expectPattern({SPF_FMINNUM, SPNB_RETURNS_NAN, false});
+}
----------------
How is the third argument `Ordered` determined?
Repository:
rL LLVM
https://reviews.llvm.org/D52324
More information about the llvm-commits
mailing list