Bail out in cstfp_pred_ty before calling getNumElements and walking the
vector if the vector is scalable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. Because we can't construct a scalable constant other than a splat, I guess there isn't really a way we can write a test for this change.