diff options
author | Sander de Smalen <sander.desmalen@arm.com> | 2024-05-02 16:45:44 +0100 |
---|---|---|
committer | Sander de Smalen <sander.desmalen@arm.com> | 2024-05-02 16:13:37 +0000 |
commit | 0708500ce0149c501e802b7ab6581770cc7a5334 (patch) | |
tree | 519515da478cbe79d7dcb5f655b19b0db9537967 /llvm/lib/IR/Module.cpp | |
parent | 44645996b0abb6e0b5b3d65b063644645f635a5e (diff) | |
download | llvm-0708500ce0149c501e802b7ab6581770cc7a5334.zip llvm-0708500ce0149c501e802b7ab6581770cc7a5334.tar.gz llvm-0708500ce0149c501e802b7ab6581770cc7a5334.tar.bz2 |
[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);
}
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions