[all-commits] [llvm/llvm-project] 070850: [Clang] Remove bogus assert in are[Lax]CompatibleS...
Sander de Smalen via All-commits
all-commits at lists.llvm.org
Thu May 2 09:14:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0708500ce0149c501e802b7ab6581770cc7a5334
https://github.com/llvm/llvm-project/commit/0708500ce0149c501e802b7ab6581770cc7a5334
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2024-05-02 (Thu, 02 May 2024)
Changed paths:
M clang/lib/AST/ASTContext.cpp
Log Message:
-----------
[Clang] Remove bogus assert in are[Lax]CompatibleSveTypes()
This caused an assertion failure for the following input:
__SVInt32_t bar(__SVInt32_t x);
void foo(__SVInt32_t x) {
return bar(x);
}
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