[clang] [llvm] [RISCV] Add Qualcomm uC Xqciint (Interrupts) extension (PR #122256)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 10 00:04:06 PST 2025
================
@@ -742,8 +742,8 @@ Error RISCVISAInfo::checkDependency() {
bool HasZvl = MinVLen != 0;
bool HasZcmt = Exts.count("zcmt") != 0;
static constexpr StringLiteral XqciExts[] = {
- {"xqcia"}, {"xqciac"}, {"xqcicli"}, {"xqcicm"},
- {"xqcics"}, {"xqcicsr"}, {"xqcilsm"}, {"xqcisls"}};
+ {"xqcia"}, {"xqciac"}, {"xqcicli"}, {"xqcicm"}, {"xqcics"},
----------------
hchandel wrote:
Those spaces were added by clang-format. Maybe to align the extension names in two lines.
https://github.com/llvm/llvm-project/pull/122256
More information about the llvm-commits
mailing list