[all-commits] [llvm/llvm-project] f26c41: [RISCV] Moving RVV intrinsic type related util to ...
Kito Cheng via All-commits
all-commits at lists.llvm.org
Wed Apr 20 06:13:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f26c41e8dd28d86030cd0f5a6e9c11036acea5d2
https://github.com/llvm/llvm-project/commit/f26c41e8dd28d86030cd0f5a6e9c11036acea5d2
Author: Kito Cheng <kito.cheng at sifive.com>
Date: 2022-04-20 (Wed, 20 Apr 2022)
Changed paths:
A clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/lib/CMakeLists.txt
A clang/lib/Support/CMakeLists.txt
A clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/utils/TableGen/CMakeLists.txt
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
[RISCV] Moving RVV intrinsic type related util to clang/Support
We add a new clang library called `clangSupport` for putting those utils which can be used in clang table-gen and other clang component.
We tried to put that into `llvm/Support`, but actually those stuffs only used in clang* and clang-tblgen, so I think that might be better to create `clang/Support`
* clang will used that in https://reviews.llvm.org/D111617.
Reviewed By: khchen, MaskRay, aaron.ballman
Differential Revision: https://reviews.llvm.org/D121984
More information about the All-commits
mailing list