[all-commits] [llvm/llvm-project] a8d4a0: [Clang][RISCV] Refactor builtins to TableGen
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Fri Feb 9 04:34:51 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8d4a024e6bea3ae71d6187f0c040b2b25e4bf69
https://github.com/llvm/llvm-project/commit/a8d4a024e6bea3ae71d6187f0c040b2b25e4bf69
Author: Wang Pengcheng <wangpengcheng.pp at bytedance.com>
Date: 2024-02-09 (Fri, 09 Feb 2024)
Changed paths:
R clang/include/clang/Basic/BuiltinsRISCV.def
A clang/include/clang/Basic/BuiltinsRISCV.td
M clang/include/clang/Basic/CMakeLists.txt
M clang/include/clang/Basic/TargetBuiltins.h
M clang/include/module.modulemap
M clang/lib/Basic/Targets/RISCV.cpp
Log Message:
-----------
[Clang][RISCV] Refactor builtins to TableGen
This mechanism is introduced by #68324.
This refactor makes the prototype and attributes clear.
Reviewers: asb, kito-cheng, philnik777, topperc, preames
Reviewed By: topperc
Pull Request: https://github.com/llvm/llvm-project/pull/80280
More information about the All-commits
mailing list