[all-commits] [llvm/llvm-project] ac1df2: [RISCV] Merge emitDirectiveOptionArchPlus and emit...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue May 30 22:53:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac1df22315a55c799239090097b6d6e0e9a916d8
https://github.com/llvm/llvm-project/commit/ac1df22315a55c799239090097b6d6e0e9a916d8
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
Log Message:
-----------
[RISCV] Merge emitDirectiveOptionArchPlus and emitDirectiveOptionArchMinus into a single interface. NFC
Probably going to do some other refactors after this, but this one
was easy and clearly reduces duplicate code.
Reviewed By: StephenFan
Differential Revision: https://reviews.llvm.org/D151771
More information about the All-commits
mailing list