[all-commits] [llvm/llvm-project] ad57e1: [RISCV][NFC] Moving RVV intrinsic type related uti...
Kito Cheng via All-commits
all-commits at lists.llvm.org
Sun Mar 27 23:35:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad57e10dbca2fdeff1448afc0aa1cf23d6df8736
https://github.com/llvm/llvm-project/commit/ad57e10dbca2fdeff1448afc0aa1cf23d6df8736
Author: Kito Cheng <kito.cheng at sifive.com>
Date: 2022-03-28 (Mon, 28 Mar 2022)
Changed paths:
M clang/utils/TableGen/RISCVVEmitter.cpp
A llvm/include/llvm/Support/RISCVVIntrinsicUtils.h
M llvm/lib/Support/CMakeLists.txt
A llvm/lib/Support/RISCVVIntrinsicUtils.cpp
Log Message:
-----------
[RISCV][NFC] Moving RVV intrinsic type related util to llvm/Support
This patch is split from https://reviews.llvm.org/D111617, we need those
stuffs on clang, so must moving those stuff to llvm/Support.
Reviewed By: khchen
Differential Revision: https://reviews.llvm.org/D121984
More information about the All-commits
mailing list