[all-commits] [llvm/llvm-project] bccf2c: [clang][RISCV] Fix the condition of checking signa...
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Tue Oct 10 23:56:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bccf2c8468e2f364f8c364d613ffb78d61b67ceb
https://github.com/llvm/llvm-project/commit/bccf2c8468e2f364f8c364d613ffb78d61b67ceb
Author: Jianjian Guan <jacquesguan at me.com>
Date: 2023-10-11 (Wed, 11 Oct 2023)
Changed paths:
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
[clang][RISCV] Fix the condition of checking signature in getIndex (#67403)
The current condition causes assert failing if try to add a new vendor
vector file which only contains the same type signature.
More information about the All-commits
mailing list