[7/15][Clang][RISCV][NFC] Correct the default value for Policy to TAMU
authoreopXD <yueh.ting.chen@gmail.com>
Sat, 14 Jan 2023 13:19:49 +0000 (05:19 -0800)
committereopXD <yueh.ting.chen@gmail.com>
Tue, 24 Jan 2023 09:20:55 +0000 (01:20 -0800)
commit2a16e1ff7d2735001dbe40e607823857f4bedd0e
tree905996d60abb1af99a07046208c16e9fcfc83c9d
parent4ff863bac4559642fe6c51a094bddb9d9bc07da7
[7/15][Clang][RISCV][NFC] Correct the default value for Policy to TAMU

The default value is set to `Omit`, but in fact the value is then
assigned in `updateNamesAndPolicy`, which is set to TUMU when masked and
TAMU when unmasked. This commit demonstrates so and further remove
another dependency of `Omit`.

This is the 7th commit of a patch-set that aims to change the default policy
for RVV intrinsics from TAMU to TAMA.

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

Reviewed By: craig.topper, kito-cheng

Differential Revision: https://reviews.llvm.org/D141759
clang/include/clang/Support/RISCVVIntrinsicUtils.h