Open DigOrDog opened 1 month ago
@llvm/issue-subscribers-backend-x86
Author: None (DigOrDog)
x86 globalisel is barely implemented. A minimally functional fix would be to add getActionDefinitionsBuilder(G_SHUFFLE_VECTOR).lower()
to the legalizer rules.
Description
The following code crashes X86 backend with "LLVM ERROR: unable to legalize instruction"
Minimal Reproduction
https://godbolt.org/z/v5x9jPhqd
code
Stack Trace