[all-commits] [llvm/llvm-project] 6b2822: [7/7][Clang][RISCV][NFC] Remove attribute `IsProto...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Mon Jan 23 23:57:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b28229412dc9760b3fab33763f3347761876227
https://github.com/llvm/llvm-project/commit/6b28229412dc9760b3fab33763f3347761876227
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/lib/Sema/SemaRISCVVectorLookup.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
[7/7][Clang][RISCV][NFC] Remove attribute `IsPrototypeDefaultTU`
This is the 7th commit of a patch-set that aims to remove the
IsPrototypeDefaultTU special case for the rvv-intrinsics.
This is the final commit of the patch-set. Now that no intrinsics is
using the attribute, we are safe to remove it.
Please refer to the cover letter in the 1st commit (D140895) for an
overview.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D140954
More information about the All-commits
mailing list