[all-commits] [llvm/llvm-project] a2994d: [RISCV] Fix RISCVBitPositions typo (#110953)
Piyou Chen via All-commits
all-commits at lists.llvm.org
Wed Oct 2 23:35:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2994ded60c7476e30107a851d61647ccf02d5de
https://github.com/llvm/llvm-project/commit/a2994ded60c7476e30107a851d61647ccf02d5de
Author: Piyou Chen <piyou.chen at sifive.com>
Date: 2024-10-03 (Thu, 03 Oct 2024)
Changed paths:
M llvm/lib/TargetParser/RISCVISAInfo.cpp
Log Message:
-----------
[RISCV] Fix RISCVBitPositions typo (#110953)
This patch updates `{"zve64x", 0, 63},` into `{"zve64f", 0, 63},`.
Base on
https://github.com/riscv-non-isa/riscv-c-api-doc/blob/main/src/c-api.adoc#extension-bitmask-definitions
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list