[PATCH] D50757: [mips] Handle missing CondCodes
Stefan Maksimovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 21 02:22:50 PDT 2018
smaksimovic 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
----------------
atanasyan wrote:
> What do you think about extending this test case to cover more new patterns?
Thanks for noticing, I had completely missed that part.
Updated.
https://reviews.llvm.org/D50757
More information about the llvm-commits
mailing list