[5/7][Clang][RISCV] Remove default tail-undisturbed for vcompress intrinsics
authoreopXD <yueh.ting.chen@gmail.com>
Tue, 3 Jan 2023 05:35:07 +0000 (21:35 -0800)
committereopXD <yueh.ting.chen@gmail.com>
Tue, 24 Jan 2023 07:50:43 +0000 (23:50 -0800)
commit380129657fe3d594e966a8d7ff510ed6afb3e177
tree88b63c725d7721fd68ce71c3bb4affcd5e1435d1
parentb106cb4a00602fc6c9d5f8c1112394856ba061b4
[5/7][Clang][RISCV] Remove default tail-undisturbed for vcompress intrinsics

The destination parameter is removed for non-policy unmasked intrinsics.

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

This is the 5th 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/D140942
clang/include/clang/Basic/riscv_vector.td
clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vcompress.c
clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/overloaded/vcompress.c