[11/15][Clang][RISCV][NFC] Remove Policy::PolicyType::Omit
authoreopXD <yueh.ting.chen@gmail.com>
Sat, 14 Jan 2023 16:06:19 +0000 (08:06 -0800)
committereopXD <yueh.ting.chen@gmail.com>
Tue, 24 Jan 2023 16:13:12 +0000 (08:13 -0800)
commit377d2604e1ddff695cbabc50703ea34ac5df8dea
tree48ac9ba3015178806f2cf17301f3aa652169954b
parentb84ac96a35c72420b45db6385f83a5e0c516349f
[11/15][Clang][RISCV][NFC] Remove Policy::PolicyType::Omit

The attribute can be removed now as preceding patches have removed its
users.

This is the 11th 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/D141768
clang/include/clang/Support/RISCVVIntrinsicUtils.h
clang/lib/Support/RISCVVIntrinsicUtils.cpp