[PATCH] D50757: [mips] Handle missing CondCodes

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 04:03:13 PDT 2018


atanasyan added inline comments.


================
Comment at: test/CodeGen/Mips/msa/cc_without_nan.ll:15
+start:
+  %1 = call double @llvm.experimental.vector.reduce.fmin.f64.v2f64(<2 x double> %0)
+  ret double %1
----------------
What do you think about extending this test case to cover more new patterns?


https://reviews.llvm.org/D50757





More information about the llvm-commits mailing list