Open SadiinsoSnowfall opened 2 months ago
@llvm/issue-subscribers-backend-aarch64
Author: Sadiinso (SadiinsoSnowfall)
Could you please try 19 or main
branch? https://godbolt.org should be helpful.
I cannot reproduce the problem on the x86 version of clang, I will try to get the main branch running locally.
Ok I can reproduce the ICE with the mainline version built locally (clang-20git)
Compiling the following snippet on
clang 18.1.8
, installed via homebrew on macOS, causes a segfault when targeting SVE (any vector width):The code was compiled using the following command:
Compiler output:
This issue might be related to #49751, and manifested under
clang 18.1.8
on macOS 15.1 on an apple M3 based machine.