[all-commits] [llvm/llvm-project] 11819a: [RISCV][NFC] Move some common class/multiclass fro...
Brandon Wu via All-commits
all-commits at lists.llvm.org
Wed Sep 27 20:26:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11819a1031fc67ef216de380a918dc5f33646fc4
https://github.com/llvm/llvm-project/commit/11819a1031fc67ef216de380a918dc5f33646fc4
Author: Brandon Wu <brandon.wu at sifive.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
Log Message:
-----------
[RISCV][NFC] Move some common class/multiclass from riscv_vector.td to riscv_vector_common.td (#67587)
Since there are more vendor extensions that needs to implement
custom intrinsics, it's useful to move some common usages to
riscv_vector_common.td.
More information about the All-commits
mailing list