[PATCH] D82576: [PowerPC][Power10] Implement low-order Vector Modulus Builtins, and add Vector Multiply/Divide/Modulus Builtins Tests
Baptiste Saleil via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 12:31:03 PDT 2020
bsaleil added inline comments.
================
Comment at: clang/test/CodeGen/builtins-ppc-p10vector.c:28
+ return vec_mul(vulla, vullb);
+}
+
----------------
Are the tests for `vec_mul` with `v4i32` missing ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82576/new/
https://reviews.llvm.org/D82576
More information about the llvm-commits
mailing list