[llvm] [VPlan] Handle VPWidenCastRecipe without underlying value in EVL transform (PR #120194)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 01:42:59 PST 2024
================
@@ -0,0 +1,31 @@
+; RUN: opt -passes=loop-vectorize -force-tail-folding-style=data-with-evl -prefer-predicate-over-epilogue=predicate-dont-vectorize -mtriple=riscv64 -mattr=+v -S %s
----------------
fhahn wrote:
this should check the output, not just checking that it doesn't crash
https://github.com/llvm/llvm-project/pull/120194
More information about the llvm-commits
mailing list