[all-commits] [llvm/llvm-project] 85388a: [RISCV] Move RISCVVType namespace to TargetParser ...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Tue Mar 5 18:56:31 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85388a06b6022d0a7bc984bcaff86cf96f045338
https://github.com/llvm/llvm-project/commit/85388a06b6022d0a7bc984bcaff86cf96f045338
Author: Wang Pengcheng <wangpengcheng.pp at bytedance.com>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M llvm/include/llvm/TargetParser/RISCVTargetParser.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/TargetParser/RISCVTargetParser.cpp
M llvm/unittests/Target/RISCV/CMakeLists.txt
R llvm/unittests/Target/RISCV/RISCVBaseInfoTest.cpp
M llvm/unittests/TargetParser/CMakeLists.txt
A llvm/unittests/TargetParser/RISCVTargetParserTest.cpp
Log Message:
-----------
[RISCV] Move RISCVVType namespace to TargetParser (#83222)
Clang and some middle-end optimizations may need these helper
functions.
This can reduce some duplications.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list