[all-commits] [llvm/llvm-project] abafc8: [AArch64] Use isSVESizelessBuiltinType instead of ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Feb 27 17:43:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abafc869cb656a81ac35a4002627045a6fb37ff2
https://github.com/llvm/llvm-project/commit/abafc869cb656a81ac35a4002627045a6fb37ff2
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M clang/lib/Sema/SemaExpr.cpp
Log Message:
-----------
[AArch64] Use isSVESizelessBuiltinType instead of isSizelessBuiltinType in SVE specific code.
isSizelessBuiltinType includes RISC-V vector and WebAssembly reference
types. This code is not applicable to those types.
More information about the All-commits
mailing list