[2/15][Clang][RISCV][NFC] Rename Policy::IsPolicyNone to IsUnspecifed
authoreopXD <yueh.ting.chen@gmail.com>
Sat, 7 Jan 2023 08:05:41 +0000 (00:05 -0800)
committereopXD <yueh.ting.chen@gmail.com>
Tue, 24 Jan 2023 08:05:31 +0000 (00:05 -0800)
commit74252fb115b42bab2c050086603c1385c8a2ffb6
tree82245ba44c19bb422ec107a66bf675361df7283a
parent62449823476bf71c2510c174e387c9c99d219722
[2/15][Clang][RISCV][NFC] Rename Policy::IsPolicyNone to IsUnspecifed

The original naming is inaccurate. An RVV intrinsic always comes with
a corresponding policy behavior. When the policy is unspecified for an
intrinsic, its policy behavior should be it's default assumption.

This is the 2nd 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: kito-cheng

Differential Revision: https://reviews.llvm.org/D141574
clang/include/clang/Support/RISCVVIntrinsicUtils.h
clang/lib/Support/RISCVVIntrinsicUtils.cpp