If neon is disabled, LowerCTPOP will return SDValue() to indicate that normal legalization will be used. However, ReplaceNodeResults does not check for this and pushes the empty SDValue() onto the result vector, which will subsequently result in a crash.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo