[all-commits] [llvm/llvm-project] 818e76: [RISCV] Add MC layer support for Zicfilp.
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Tue Aug 15 17:53:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 818e76d6f2dd90362e71e84f492c167958ef3257
https://github.com/llvm/llvm-project/commit/818e76d6f2dd90362e71e84f492c167958ef3257
Author: Yeting Kuo <yeting.kuo at sifive.com>
Date: 2023-08-16 (Wed, 16 Aug 2023)
Changed paths:
M clang/test/Preprocessor/riscv-target-features.c
M llvm/docs/RISCVUsage.rst
M llvm/lib/Support/RISCVISAInfo.cpp
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/test/CodeGen/RISCV/attributes.ll
M llvm/test/MC/RISCV/attribute-arch.s
A llvm/test/MC/RISCV/zicfilp-invalid.s
A llvm/test/MC/RISCV/zicfilp-valid.s
Log Message:
-----------
[RISCV] Add MC layer support for Zicfilp.
This adds extension Zicfilp and support pseudo instruction lpad.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D157362
More information about the All-commits
mailing list