[all-commits] [llvm/llvm-project] af7231: [RISCV] Make the order of tests in riscv-target-fe...
Jim Lin via All-commits
all-commits at lists.llvm.org
Thu Aug 17 22:01:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: af7231d1835b3dbfd938c7fdff8188ce49a3b58b
https://github.com/llvm/llvm-project/commit/af7231d1835b3dbfd938c7fdff8188ce49a3b58b
Author: Jim Lin <jim at andestech.com>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M clang/test/Preprocessor/riscv-target-features.c
Log Message:
-----------
[RISCV] Make the order of tests in riscv-target-features.c eqaul to the extensions listed in the table in RISCVISAInfo.cpp. NFC.
1. Let the order of tests equal to listed in the extension table in RISCVISAInfo.cpp.
2. Separate non-experimental and experimental extensions.
3. Add missing tests for RV32.
4. Add missing tests for some extension.
5. Let line break style be the same.
More information about the All-commits
mailing list