[InstCombineVectorOps] Use poison instead of undef as placeholder [NFC]
Undef was being used to populate unused vector lanes. While at it, switch extractelement to use poison as the OOB value (per LangRef)
Loading
Please sign in to comment
Undef was being used to populate unused vector lanes. While at it, switch extractelement to use poison as the OOB value (per LangRef)