Unverified Commit c2ba2b21 authored by David Li's avatar David Li Committed by GitHub
Browse files

Fix ISel crash when lowering BUILD_VECTOR (#73186)

512bit vpbroadcastw is available only with AVX512BW. Avoid lowering
BUILD_VEC into vbroard_cast node when the condition is not met. This
fixed a crash (see the added new test).
parent f9436464
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment