[all-commits] [llvm/llvm-project] 93f865: [RISCV][Clang] Refactor RISCVVEmitter. (NFC)
Zakk Chen via All-commits
all-commits at lists.llvm.org
Tue Jul 26 03:17:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93f8657c743ba9ce9696e5f0c9487207cf8ccb6b
https://github.com/llvm/llvm-project/commit/93f8657c743ba9ce9696e5f0c9487207cf8ccb6b
Author: Zakk Chen <zakkc at google.com>
Date: 2022-07-26 (Tue, 26 Jul 2022)
Changed paths:
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:
-----------
[RISCV][Clang] Refactor RISCVVEmitter. (NFC)
Remove MaskedPrototype and add several fields in RVVIntrinsicRecord,
compute Prototype in runtime.
Reviewed By: rogfer01
Differential Revision: https://reviews.llvm.org/D126741
More information about the All-commits
mailing list