llvm-project
89bbcbe2 - [PowerPC] fix legalization crash (#105563)

Commit
1 year ago
[PowerPC] fix legalization crash (#105563) If v2i64 scalar_to_vector is made custom, llc can crash in certain legalization cases where v2i64 vectors are injected, even if they weren't otherwise present. The code generated would be fine, but that operation is not handled in ReplaceNodeResults. Add handling.
Author
Parents
Loading