diff options
author | Tsukasa OI <research_trasio@irq.a4lg.com> | 2022-05-11 00:25:43 +0800 |
---|---|---|
committer | Kito Cheng <kito.cheng@sifive.com> | 2022-05-11 00:52:00 +0800 |
commit | 7fe0630fcb6d52cb63463669c47f4846f7d9ccbf (patch) | |
tree | 9cbcc46d5f4ce57c5c0ba9d69d0b1d7d8243c350 /llvm/lib/CodeGen/TargetLoweringBase.cpp | |
parent | 814b60509599614ba767cf0afef119cdbb7c4df8 (diff) | |
download | llvm-7fe0630fcb6d52cb63463669c47f4846f7d9ccbf.zip llvm-7fe0630fcb6d52cb63463669c47f4846f7d9ccbf.tar.gz llvm-7fe0630fcb6d52cb63463669c47f4846f7d9ccbf.tar.bz2 |
[RISCV] 'K'-extension ordering
This commit adds 'K' to supported extension list (before 'J').
It makes "Zk*" extensions correctly placed before "Zv*" extensions.
Multi-letter "Z*" extensions are first ordered with the most closely
related alphabetical extension category ("IMAF..."). This is represented
in LLVM as `AllStdExts' variable in `llvm/lib/Support/RISCVISAInfo.cpp'.
However, it did not have 'k' making "Zk*" extensions not correctly ordered.
Reviewed By: kito-cheng
Differential Revision: https://reviews.llvm.org/D124340
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
0 files changed, 0 insertions, 0 deletions