[llvm] [LV][EVL] Support call instruction with EVL-vectorization (PR #110412)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 30 03:37:00 PDT 2024
================
@@ -158,6 +160,7 @@ bool VPRecipeBase::mayHaveSideEffects() const {
case VPInstructionSC:
return mayWriteToMemory();
case VPWidenCallSC: {
+ // case VPWidenCallEVLSC: {
----------------
alexey-bataev wrote:
Why it is commented out?
https://github.com/llvm/llvm-project/pull/110412
More information about the llvm-commits
mailing list