Unverified Commit 7fd021a0 authored by Florian Hahn's avatar Florian Hahn
Browse files

[LV] Don't crash on vector masks during scalar VPReductionRecipe::exec.

VPReductionRecipe may be executed for scalar VFs. Make sure to access
part 0 of the condition, as it could be an active-lane-mask, which is a
vector <1 x i1>

Fixes https://github.com/llvm/llvm-project/issues/72720.
parent 2a9aed17
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