[PATCH] D109710: [PowerPC] Add range checks for P10 Vector Builtins
Lei Huang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 20 14:27:36 PDT 2021
lei added inline comments.
================
Comment at: clang/test/CodeGen/builtins-ppc-p10vector.c:1414
// CHECK-LE: ret <4 x float>
return vec_splati_ins(vfa, 0, 1.0f);
}
----------------
Need to add a testcase where param `b` to `vec_splati_ins(a,b,c)` is not 0 or 1.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109710/new/
https://reviews.llvm.org/D109710
More information about the cfe-commits
mailing list