[all-commits] [llvm/llvm-project] 6b098b: [RISCV] : Add support for simm10_lsb0000nonzero op...
ChunyuLiao via All-commits
all-commits at lists.llvm.org
Thu Aug 25 23:37:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6b098bf35a83821e090c6f47cc142ace3254f3d5
https://github.com/llvm/llvm-project/commit/6b098bf35a83821e090c6f47cc142ace3254f3d5
Author: LiaoChunyu <chunyu at iscas.ac.cn>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoC.td
Log Message:
-----------
[RISCV] : Add support for simm10_lsb0000nonzero operand.
Running on RISCV machine llvm-exegesis I faced with trouble: can't measure C_ADDI16SP, beacuse immediate has type simm10_lsb0000nonzero.
Patch adds support for processing this immediate operand type.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D132650
More information about the All-commits
mailing list