[all-commits] [llvm/llvm-project] 74252f: [2/15][Clang][RISCV][NFC] Rename Policy::IsPolicyN...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Tue Jan 24 00:05:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74252fb115b42bab2c050086603c1385c8a2ffb6
https://github.com/llvm/llvm-project/commit/74252fb115b42bab2c050086603c1385c8a2ffb6
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list