[2/7][Clang][RISCV] Remove default tail-undisturbed for vslideup intrinsics
authoreopXD <yueh.ting.chen@gmail.com>
Tue, 3 Jan 2023 04:06:42 +0000 (20:06 -0800)
committereopXD <yueh.ting.chen@gmail.com>
Tue, 24 Jan 2023 07:34:57 +0000 (23:34 -0800)
commit92717c2ca8c53e51e99fd0a4adea8b56008bab53
tree0652094d8510f7607510ecc5d80cb0d75d8c9b96
parent224d29e6f54320c927d754b08d81237fc9ef5936
[2/7][Clang][RISCV] Remove default tail-undisturbed for vslideup intrinsics

The destination parameter is still needed as elements of
0 <  i < max(vstart, OFFSET) in vd remains unchanged.

The default policy for non-policy (implicit) vslideup intrinsics
will be tail agnostic and mask undisturbed.

This is the 2nd commit of a patch-set that aims to remove the
IsPrototypeDefaultTU special case for the rvv-intrinsics.

Please refer to the cover letter in the 1st commit (D140895) for an overview.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D140936
clang/include/clang/Basic/riscv_vector.td
clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vslideup.c
clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/overloaded/vslideup.c