Don't broadcast the cond
in the select statement when cond
is a scalar
#7240
Labels
feature request
Suggest an idea on this project
Concisely describe the proposed feature
Currently we broadcast the
cond
in the select statement whencond
is a scalar, but LLVM and SPIR-V both support the select statement with a scalarcond
, so we don't need to broadcast at all.The text was updated successfully, but these errors were encountered: