[all-commits] [llvm/llvm-project] 136622: [RISCV] Simplify checking whether SEW=64 multiply ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Dec 11 12:22:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13662211c32cb9034b67d7fe0fb73fdebd15471e
https://github.com/llvm/llvm-project/commit/13662211c32cb9034b67d7fe0fb73fdebd15471e
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
Log Message:
-----------
[RISCV] Simplify checking whether SEW=64 multiply builtins require V. NFC
We only need to check the result type. Use getBuiltinVectorTypeInfo
to lookup the element size.
More information about the All-commits
mailing list