aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringBase.cpp
diff options
context:
space:
mode:
authorTsukasa OI <research_trasio@irq.a4lg.com>2022-05-11 00:25:43 +0800
committerKito Cheng <kito.cheng@sifive.com>2022-05-11 00:52:00 +0800
commit7fe0630fcb6d52cb63463669c47f4846f7d9ccbf (patch)
tree9cbcc46d5f4ce57c5c0ba9d69d0b1d7d8243c350 /llvm/lib/CodeGen/TargetLoweringBase.cpp
parent814b60509599614ba767cf0afef119cdbb7c4df8 (diff)
downloadllvm-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