[llvm] [VP][EVL] Support select instruction with EVL-vectorization (PR #109614)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 05:59:55 PDT 2024


================
@@ -1116,9 +1116,8 @@ void VPWidenSelectEVLRecipe::execute(VPTransformState &State) {
   auto *InvarCond =
       isInvariantCond() ? State.get(getCond(), VPIteration(0, 0)) : nullptr;
 
+  // FIXME: Do we have a scenario where cond is a scalar?
----------------
alexey-bataev wrote:

Better to add assertion here

https://github.com/llvm/llvm-project/pull/109614


More information about the llvm-commits mailing list