[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
================
@@ -117,6 +118,7 @@ bool VPRecipeBase::mayReadFromMemory() const {
return cast<Instruction>(getVPSingleValue()->getUnderlyingValue())
->mayReadFromMemory();
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